Color Hex Logo

#b85dca Color Hex

#B85DCA
(184,93,202)
0 Favorites   0 Comments

Color spaces of #b85dca

RGB 18493202
HSL0.810.510.58
HSV290°54°79°
CMYK 0.090.540.00   0.21
XYZ34.342222.283358.3682
Yxy22.28330.29860.1938
Hunter Lab47.205247.2513-40.2672
CIE-Lab54.326352.9923-41.2161

#b85dca color RGB value is (184,93,202).

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

The process color (four color CMYK) of #b85dca color hex is 0.09, 0.54, 0.00, 0.21. Web safe color of #b85dca is #cc66cc. Color #b85dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 11001010
Octal 270 135 312
Decimal 184 93 202
Hex B8 5D CA

RGB Percentages of Color #b85dca

%38.41
%19.42
%42.17

CMYK Percentages of Color #b85dca

%9
%54
%0
%21

Triadic Colors of #b85dca

#b85dca #cab85d #5dcab8

Analogous Colors of #b85dca

#b85dca #ca5da6 #825dca

Monochromatic Colors of #b85dca

#b85dca

Complementary Color

#b85dca #6fca5d

#b85dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85dca Color CSS Codes

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

#b85dca Text Font Color

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

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


#b85dca Background Color

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

This div background color is #b85dca


#b85dca Border Color

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

This div border color is #b85dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85dca


Comments

No comments written yet.

Please login to write comment.