Color Hex Logo

#b95ced Color Hex

#B95CED
(185,92,237)
0 Favorites   0 Comments

Color spaces of #b95ced

RGB 18592237
HSL0.770.800.65
HSV278°61°93°
CMYK 0.220.610.00   0.07
XYZ39.120824.083082.7074
Yxy24.08300.26810.1651
Hunter Lab49.074456.4151-65.5721
CIE-Lab56.170860.8477-58.0516

#b95ced color RGB value is (185,92,237).

#b95ced hex color red value is 185, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b95ced hue: 0.77 , saturation: 0.80 and the lightness value of b95ced is 0.65.

The process color (four color CMYK) of #b95ced color hex is 0.22, 0.61, 0.00, 0.07. Web safe color of #b95ced is #cc66ff. Color #b95ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011100 11101101
Octal 271 134 355
Decimal 185 92 237
Hex B9 5C ED

RGB Percentages of Color #b95ced

%35.99
%17.90
%46.11

CMYK Percentages of Color #b95ced

%22
%61
%0
%7

Triadic Colors of #b95ced

#b95ced #edb95c #5cedb9

Analogous Colors of #b95ced

#b95ced #ed5cd9 #715ced

Monochromatic Colors of #b95ced

#b95ced

Complementary Color

#b95ced #90ed5c

#b95ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ced Color CSS Codes

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

#b95ced Text Font Color

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

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


#b95ced Background Color

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

This div background color is #b95ced


#b95ced Border Color

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

This div border color is #b95ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,92,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ced


Comments

No comments written yet.

Please login to write comment.