Color Hex Logo

#b599dc Color Hex

#B599DC
(181,153,220)
0 Favorites   0 Comments

Color spaces of #b599dc

RGB 181153220
HSL0.740.490.73
HSV265°30°86°
CMYK 0.180.300.00   0.14
XYZ43.365637.773572.7156
Yxy37.77350.28190.2455
Hunter Lab61.460118.3924-27.1259
CIE-Lab67.853323.4848-30.2431

#b599dc color RGB value is (181,153,220).

#b599dc hex color red value is 181, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b599dc hue: 0.74 , saturation: 0.49 and the lightness value of b599dc is 0.73.

The process color (four color CMYK) of #b599dc color hex is 0.18, 0.30, 0.00, 0.14. Web safe color of #b599dc is #cc99cc. Color #b599dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 11011100
Octal 265 231 334
Decimal 181 153 220
Hex B5 99 DC

RGB Percentages of Color #b599dc

%32.67
%27.62
%39.71

CMYK Percentages of Color #b599dc

%18
%30
%0
%14

Triadic Colors of #b599dc

#b599dc #dcb599 #99dcb5

Analogous Colors of #b599dc

#b599dc #d799dc #999fdc

Monochromatic Colors of #b599dc

#b599dc

Complementary Color

#b599dc #c0dc99

#b599dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599dc Color CSS Codes

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

#b599dc Text Font Color

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

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


#b599dc Background Color

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

This div background color is #b599dc


#b599dc Border Color

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

This div border color is #b599dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b599dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b599dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b599dc;
  box-shadow:         1px 1px 3px 2px #b599dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599dc


Comments

No comments written yet.

Please login to write comment.