Color Hex Logo

#cb1dab Color Hex

#CB1DAB
(203,29,171)
0 Favorites   0 Comments

Color spaces of #cb1dab

RGB 20329171
HSL0.860.750.45
HSV311°86°80°
CMYK 0.000.860.16   0.20
XYZ32.418716.515540.0072
Yxy16.51550.36450.1857
Hunter Lab40.639371.2741-29.9204
CIE-Lab47.643775.0198-33.5178

#cb1dab color RGB value is (203,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011101 10101011
Octal 313 35 253
Decimal 203 29 171
Hex CB 1D AB

RGB Percentages of Color #cb1dab

%50.37
%7.20
%42.43

CMYK Percentages of Color #cb1dab

%0
%86
%16
%20

Triadic Colors of #cb1dab

#cb1dab #abcb1d #1dabcb

Analogous Colors of #cb1dab

#cb1dab #cb1d54 #941dcb

Monochromatic Colors of #cb1dab

#cb1dab

Complementary Color

#cb1dab #1dcb3d

#cb1dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1dab Color CSS Codes

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

#cb1dab Text Font Color

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

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


#cb1dab Background Color

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

This div background color is #cb1dab


#cb1dab Border Color

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

This div border color is #cb1dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1dab


Comments

No comments written yet.

Please login to write comment.