Color Hex Logo

#bf42ce Color Hex

#BF42CE
(191,66,206)
0 Favorites   0 Comments

Color spaces of #bf42ce

RGB 19166206
HSL0.820.590.53
HSV294°68°81°
CMYK 0.070.680.00   0.19
XYZ34.574719.429060.3204
Yxy19.42900.30240.1699
Hunter Lab44.078362.8769-50.2824
CIE-Lab51.185467.3326-48.4230

#bf42ce color RGB value is (191,66,206).

#bf42ce hex color red value is 191, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bf42ce hue: 0.82 , saturation: 0.59 and the lightness value of bf42ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000010 11001110
Octal 277 102 316
Decimal 191 66 206
Hex BF 42 CE

RGB Percentages of Color #bf42ce

%41.25
%14.25
%44.49

CMYK Percentages of Color #bf42ce

%7
%68
%0
%19

Triadic Colors of #bf42ce

#bf42ce #cebf42 #42cebf

Analogous Colors of #bf42ce

#bf42ce #ce4297 #7942ce

Monochromatic Colors of #bf42ce

#bf42ce

Complementary Color

#bf42ce #51ce42

#bf42ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf42ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf42ce Color CSS Codes

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

#bf42ce Text Font Color

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

This sample text font color is #bf42ce
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.


#bf42ce Background Color

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

This div background color is #bf42ce


#bf42ce Border Color

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

This div border color is #bf42ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,66,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 #bf42ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf42ce


Comments

No comments written yet.

Please login to write comment.