Color Hex Logo

#b870cf Color Hex

#B870CF
(184,112,207)
0 Favorites   0 Comments

Color spaces of #b870cf

RGB 184112207
HSL0.790.500.63
HSV285°46°81°
CMYK 0.110.460.00   0.19
XYZ36.823826.283762.1639
Yxy26.28370.29400.2098
Hunter Lab51.267638.4921-36.0040
CIE-Lab58.305444.2204-37.8037

#b870cf color RGB value is (184,112,207).

#b870cf hex color red value is 184, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b870cf hue: 0.79 , saturation: 0.50 and the lightness value of b870cf is 0.63.

The process color (four color CMYK) of #b870cf color hex is 0.11, 0.46, 0.00, 0.19. Web safe color of #b870cf is #cc66cc. Color #b870cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 11001111
Octal 270 160 317
Decimal 184 112 207
Hex B8 70 CF

RGB Percentages of Color #b870cf

%36.58
%22.27
%41.15

CMYK Percentages of Color #b870cf

%11
%46
%0
%19

Triadic Colors of #b870cf

#b870cf #cfb870 #70cfb8

Analogous Colors of #b870cf

#b870cf #cf70b7 #8970cf

Monochromatic Colors of #b870cf

#b870cf

Complementary Color

#b870cf #87cf70

#b870cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b870cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b870cf Color CSS Codes

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

#b870cf Text Font Color

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

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


#b870cf Background Color

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

This div background color is #b870cf


#b870cf Border Color

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

This div border color is #b870cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,112,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b870cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b870cf;
  -webkit-box-shadow: 1px 1px 3px 2px #b870cf;
  box-shadow:         1px 1px 3px 2px #b870cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,112,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b870cf


Comments

No comments written yet.

Please login to write comment.