Color Hex Logo

#b953de Color Hex

#B953DE
(185,83,222)
0 Favorites   0 Comments

Color spaces of #b953de

RGB 18583222
HSL0.790.680.60
HSV284°63°87°
CMYK 0.170.630.00   0.13
XYZ36.285721.774771.3977
Yxy21.77470.28030.1682
Hunter Lab46.663457.1417-58.0528
CIE-Lab53.787161.9113-53.4326

#b953de color RGB value is (185,83,222).

#b953de hex color red value is 185, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b953de hue: 0.79 , saturation: 0.68 and the lightness value of b953de is 0.60.

The process color (four color CMYK) of #b953de color hex is 0.17, 0.63, 0.00, 0.13. Web safe color of #b953de is #cc66cc. Color #b953de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 11011110
Octal 271 123 336
Decimal 185 83 222
Hex B9 53 DE

RGB Percentages of Color #b953de

%37.76
%16.94
%45.31

CMYK Percentages of Color #b953de

%17
%63
%0
%13

Triadic Colors of #b953de

#b953de #deb953 #53deb9

Analogous Colors of #b953de

#b953de #de53be #7453de

Monochromatic Colors of #b953de

#b953de

Complementary Color

#b953de #78de53

#b953de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953de Color CSS Codes

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

#b953de Text Font Color

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

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


#b953de Background Color

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

This div background color is #b953de


#b953de Border Color

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

This div border color is #b953de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953de


Comments

No comments written yet.

Please login to write comment.