Color Hex Logo

#b95dcf Color Hex

#B95DCF
(185,93,207)
0 Favorites   0 Comments

Color spaces of #b95dcf

RGB 18593207
HSL0.800.540.59
HSV288°55°81°
CMYK 0.110.550.00   0.19
XYZ35.184422.648061.5486
Yxy22.64800.29470.1897
Hunter Lab47.589948.6871-43.3675
CIE-Lab54.707954.2351-43.4570

#b95dcf color RGB value is (185,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11001111
Octal 271 135 317
Decimal 185 93 207
Hex B9 5D CF

RGB Percentages of Color #b95dcf

%38.14
%19.18
%42.68

CMYK Percentages of Color #b95dcf

%11
%55
%0
%19

Triadic Colors of #b95dcf

#b95dcf #cfb95d #5dcfb9

Analogous Colors of #b95dcf

#b95dcf #cf5dac #805dcf

Monochromatic Colors of #b95dcf

#b95dcf

Complementary Color

#b95dcf #73cf5d

#b95dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95dcf Color CSS Codes

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

#b95dcf Text Font Color

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

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


#b95dcf Background Color

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

This div background color is #b95dcf


#b95dcf Border Color

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

This div border color is #b95dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95dcf


Comments

No comments written yet.

Please login to write comment.