Color Hex Logo

#b95dca Color Hex

#B95DCA
(185,93,202)
0 Favorites   0 Comments

Color spaces of #b95dca

RGB 18593202
HSL0.810.510.58
HSV291°54°79°
CMYK 0.080.540.00   0.21
XYZ34.582622.407358.3794
Yxy22.40730.29980.1942
Hunter Lab47.336347.5684-39.9863
CIE-Lab54.456553.2601-41.0020

#b95dca color RGB value is (185,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11001010
Octal 271 135 312
Decimal 185 93 202
Hex B9 5D CA

RGB Percentages of Color #b95dca

%38.54
%19.38
%42.08

CMYK Percentages of Color #b95dca

%8
%54
%0
%21

Triadic Colors of #b95dca

#b95dca #cab95d #5dcab9

Analogous Colors of #b95dca

#b95dca #ca5da5 #835dca

Monochromatic Colors of #b95dca

#b95dca

Complementary Color

#b95dca #6eca5d

#b95dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95dca Color CSS Codes

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

#b95dca Text Font Color

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

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


#b95dca Background Color

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

This div background color is #b95dca


#b95dca Border Color

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

This div border color is #b95dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95dca


Comments

No comments written yet.

Please login to write comment.