Color Hex Logo

#cb99dd Color Hex

#CB99DD
(203,153,221)
0 Favorites   0 Comments

Color spaces of #cb99dd

RGB 203153221
HSL0.790.500.73
HSV284°31°87°
CMYK 0.080.310.00   0.13
XYZ49.071040.699473.6761
Yxy40.69940.30020.2490
Hunter Lab63.796125.6564-23.8149
CIE-Lab69.964830.5739-27.3691

#cb99dd color RGB value is (203,153,221).

#cb99dd hex color red value is 203, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb99dd hue: 0.79 , saturation: 0.50 and the lightness value of cb99dd is 0.73.

The process color (four color CMYK) of #cb99dd color hex is 0.08, 0.31, 0.00, 0.13. Web safe color of #cb99dd is #cc99cc. Color #cb99dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 11011101
Octal 313 231 335
Decimal 203 153 221
Hex CB 99 DD

RGB Percentages of Color #cb99dd

%35.18
%26.52
%38.30

CMYK Percentages of Color #cb99dd

%8
%31
%0
%13

Triadic Colors of #cb99dd

#cb99dd #ddcb99 #99ddcb

Analogous Colors of #cb99dd

#cb99dd #dd99cd #a999dd

Monochromatic Colors of #cb99dd

#cb99dd

Complementary Color

#cb99dd #abdd99

#cb99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb99dd Color CSS Codes

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

#cb99dd Text Font Color

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

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


#cb99dd Background Color

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

This div background color is #cb99dd


#cb99dd Border Color

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

This div border color is #cb99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb99dd


Comments

No comments written yet.

Please login to write comment.