Color Hex Logo

#b95dce Color Hex

#B95DCE
(185,93,206)
0 Favorites   0 Comments

Color spaces of #b95dce

RGB 18593206
HSL0.800.540.59
HSV289°55°81°
CMYK 0.100.550.00   0.19
XYZ35.062522.599260.9066
Yxy22.59920.29570.1906
Hunter Lab47.538648.4616-42.6855
CIE-Lab54.657154.0391-42.9677

#b95dce color RGB value is (185,93,206).

#b95dce hex color red value is 185, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b95dce hue: 0.80 , saturation: 0.54 and the lightness value of b95dce is 0.59.

The process color (four color CMYK) of #b95dce color hex is 0.10, 0.55, 0.00, 0.19. Web safe color of #b95dce is #cc66cc. Color #b95dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11001110
Octal 271 135 316
Decimal 185 93 206
Hex B9 5D CE

RGB Percentages of Color #b95dce

%38.22
%19.21
%42.56

CMYK Percentages of Color #b95dce

%10
%55
%0
%19

Triadic Colors of #b95dce

#b95dce #ceb95d #5dceb9

Analogous Colors of #b95dce

#b95dce #ce5dab #815dce

Monochromatic Colors of #b95dce

#b95dce

Complementary Color

#b95dce #72ce5d

#b95dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95dce Color CSS Codes

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

#b95dce Text Font Color

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

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


#b95dce Background Color

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

This div background color is #b95dce


#b95dce Border Color

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

This div border color is #b95dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95dce


Comments

No comments written yet.

Please login to write comment.