Color Hex Logo

#cb0eab Color Hex

#CB0EAB
(203,14,171)
0 Favorites   0 Comments

Color spaces of #cb0eab

RGB 20314171
HSL0.860.870.43
HSV310°93°80°
CMYK 0.000.930.16   0.20
XYZ32.136315.950939.9131
Yxy15.95090.36520.1813
Hunter Lab39.938673.7363-31.2952
CIE-Lab46.910077.1648-34.6703

#cb0eab color RGB value is (203,14,171).

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

The process color (four color CMYK) of #cb0eab color hex is 0.00, 0.93, 0.16, 0.20. Web safe color of #cb0eab is #cc0099. Color #cb0eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001110 10101011
Octal 313 16 253
Decimal 203 14 171
Hex CB E AB

RGB Percentages of Color #cb0eab

%52.32
%3.61
%44.07

CMYK Percentages of Color #cb0eab

%0
%93
%16
%20

Triadic Colors of #cb0eab

#cb0eab #abcb0e #0eabcb

Analogous Colors of #cb0eab

#cb0eab #cb0e4d #8d0ecb

Monochromatic Colors of #cb0eab

#cb0eab

Complementary Color

#cb0eab #0ecb2e

#cb0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0eab Color CSS Codes

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

#cb0eab Text Font Color

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

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


#cb0eab Background Color

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

This div background color is #cb0eab


#cb0eab Border Color

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

This div border color is #cb0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0eab


Comments

No comments written yet.

Please login to write comment.