Color Hex Logo

#b85dcc Color Hex

#B85DCC
(184,93,204)
0 Favorites   0 Comments

Color spaces of #b85dcc

RGB 18493204
HSL0.800.520.58
HSV289°54°80°
CMYK 0.100.540.00   0.20
XYZ34.580622.378759.6237
Yxy22.37870.29660.1920
Hunter Lab47.306147.6971-41.6136
CIE-Lab54.426553.3824-42.1999

#b85dcc color RGB value is (184,93,204).

#b85dcc hex color red value is 184, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b85dcc hue: 0.80 , saturation: 0.52 and the lightness value of b85dcc is 0.58.

The process color (four color CMYK) of #b85dcc color hex is 0.10, 0.54, 0.00, 0.20. Web safe color of #b85dcc is #cc66cc. Color #b85dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11001100
Octal 270 135 314
Decimal 184 93 204
Hex B8 5D CC

RGB Percentages of Color #b85dcc

%38.25
%19.33
%42.41

CMYK Percentages of Color #b85dcc

%10
%54
%0
%20

Triadic Colors of #b85dcc

#b85dcc #ccb85d #5dccb8

Analogous Colors of #b85dcc

#b85dcc #cc5da9 #815dcc

Monochromatic Colors of #b85dcc

#b85dcc

Complementary Color

#b85dcc #71cc5d

#b85dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85dcc Color CSS Codes

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

#b85dcc Text Font Color

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

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


#b85dcc Background Color

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

This div background color is #b85dcc


#b85dcc Border Color

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

This div border color is #b85dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85dcc


Comments

No comments written yet.

Please login to write comment.