Color Hex Logo

#cb9adb Color Hex

#CB9ADB
(203,154,219)
0 Favorites   0 Comments

Color spaces of #cb9adb

RGB 203154219
HSL0.790.470.73
HSV285°30°86°
CMYK 0.070.300.00   0.14
XYZ48.970440.922272.3356
Yxy40.92220.30190.2523
Hunter Lab63.970524.6963-22.2638
CIE-Lab70.121429.6247-26.0277

#cb9adb color RGB value is (203,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011010 11011011
Octal 313 232 333
Decimal 203 154 219
Hex CB 9A DB

RGB Percentages of Color #cb9adb

%35.24
%26.74
%38.02

CMYK Percentages of Color #cb9adb

%7
%30
%0
%14

Triadic Colors of #cb9adb

#cb9adb #dbcb9a #9adbcb

Analogous Colors of #cb9adb

#cb9adb #db9acb #ab9adb

Monochromatic Colors of #cb9adb

#cb9adb

Complementary Color

#cb9adb #aadb9a

#cb9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9adb Color CSS Codes

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

#cb9adb Text Font Color

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

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


#cb9adb Background Color

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

This div background color is #cb9adb


#cb9adb Border Color

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

This div border color is #cb9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9adb


Comments

No comments written yet.

Please login to write comment.