Color Hex Logo

#bf48ce Color Hex

#BF48CE
(191,72,206)
0 Favorites   0 Comments

Color spaces of #bf48ce

RGB 19172206
HSL0.810.580.55
HSV293°65°81°
CMYK 0.070.650.00   0.19
XYZ34.943820.167360.4435
Yxy20.16730.30240.1745
Hunter Lab44.908060.3053-48.3652
CIE-Lab52.025864.9755-47.0856

#bf48ce color RGB value is (191,72,206).

#bf48ce hex color red value is 191, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bf48ce hue: 0.81 , saturation: 0.58 and the lightness value of bf48ce is 0.55.

The process color (four color CMYK) of #bf48ce color hex is 0.07, 0.65, 0.00, 0.19. Web safe color of #bf48ce is #cc33cc. Color #bf48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 11001110
Octal 277 110 316
Decimal 191 72 206
Hex BF 48 CE

RGB Percentages of Color #bf48ce

%40.72
%15.35
%43.92

CMYK Percentages of Color #bf48ce

%7
%65
%0
%19

Triadic Colors of #bf48ce

#bf48ce #cebf48 #48cebf

Analogous Colors of #bf48ce

#bf48ce #ce489a #7c48ce

Monochromatic Colors of #bf48ce

#bf48ce

Complementary Color

#bf48ce #57ce48

#bf48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf48ce Color CSS Codes

.mybgcolor {background-color:#bf48ce; } 
.myforecolor {color:#bf48ce; }
.mybordercolor {border:3px solid #bf48ce; }

#bf48ce Text Font Color

<p style="color:#bf48ce">Text here</p>

This sample text font color is #bf48ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf48ce Background Color

<div style="background-color:#bf48ce">
Div content here</div>

This div background color is #bf48ce


#bf48ce Border Color

<div style="border:3px solid #bf48ce">
Div here</div>

This div border color is #bf48ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,72,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf48ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf48ce;
  -webkit-box-shadow: 1px 1px 3px 2px #bf48ce;
  box-shadow:         1px 1px 3px 2px #bf48ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,72,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf48ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf48ce;
  -webkit-box-shadow: 1px 1px 3px 2px #bf48ce;
  box-shadow:         1px 1px 3px 2px #bf48ce;">
Div content here</div>

This div box has shadow with color #bf48ce


Comments

No comments written yet.

Please login to write comment.