Color Hex Logo

#cb9adc Color Hex

#CB9ADC
(203,154,220)
0 Favorites   0 Comments

Color spaces of #cb9adc

RGB 203154220
HSL0.790.490.73
HSV285°30°86°
CMYK 0.080.300.00   0.14
XYZ49.102540.975073.0311
Yxy40.97500.30100.2512
Hunter Lab64.011724.9044-22.8359
CIE-Lab70.158429.8252-26.5214

#cb9adc color RGB value is (203,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011010 11011100
Octal 313 232 334
Decimal 203 154 220
Hex CB 9A DC

RGB Percentages of Color #cb9adc

%35.18
%26.69
%38.13

CMYK Percentages of Color #cb9adc

%8
%30
%0
%14

Triadic Colors of #cb9adc

#cb9adc #dccb9a #9adccb

Analogous Colors of #cb9adc

#cb9adc #dc9acc #aa9adc

Monochromatic Colors of #cb9adc

#cb9adc

Complementary Color

#cb9adc #abdc9a

#cb9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9adc Color CSS Codes

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

#cb9adc Text Font Color

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

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


#cb9adc Background Color

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

This div background color is #cb9adc


#cb9adc Border Color

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

This div border color is #cb9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9adc


Comments

No comments written yet.

Please login to write comment.