Color Hex Logo

#cb1dad Color Hex

#CB1DAD
(203,29,173)
0 Favorites   0 Comments

Color spaces of #cb1dad

RGB 20329173
HSL0.860.750.45
HSV310°86°80°
CMYK 0.000.860.15   0.20
XYZ32.610816.592441.0190
Yxy16.59240.36140.1839
Hunter Lab40.733871.6201-31.1915
CIE-Lab47.742375.2833-34.5453

#cb1dad color RGB value is (203,29,173).

#cb1dad hex color red value is 203, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb1dad hue: 0.86 , saturation: 0.75 and the lightness value of cb1dad is 0.45.

The process color (four color CMYK) of #cb1dad color hex is 0.00, 0.86, 0.15, 0.20. Web safe color of #cb1dad is #cc3399. Color #cb1dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011101 10101101
Octal 313 35 255
Decimal 203 29 173
Hex CB 1D AD

RGB Percentages of Color #cb1dad

%50.12
%7.16
%42.72

CMYK Percentages of Color #cb1dad

%0
%86
%15
%20

Triadic Colors of #cb1dad

#cb1dad #adcb1d #1dadcb

Analogous Colors of #cb1dad

#cb1dad #cb1d56 #921dcb

Monochromatic Colors of #cb1dad

#cb1dad

Complementary Color

#cb1dad #1dcb3b

#cb1dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1dad Color CSS Codes

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

#cb1dad Text Font Color

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

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


#cb1dad Background Color

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

This div background color is #cb1dad


#cb1dad Border Color

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

This div border color is #cb1dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1dad


Comments

No comments written yet.

Please login to write comment.