Color Hex Logo

#cb01a4 Color Hex

#CB01A4
(203,1,164)
0 Favorites   0 Comments

Color spaces of #cb01a4

RGB 2031164
HSL0.870.990.40
HSV312°100°80°
CMYK 0.001.000.19   0.20
XYZ31.340315.398636.4424
Yxy15.39860.37680.1851
Hunter Lab39.241073.8892-27.5927
CIE-Lab46.175477.4313-31.6617

#cb01a4 color RGB value is (203,1,164).

#cb01a4 hex color red value is 203, green value is 1 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cb01a4 hue: 0.87 , saturation: 0.99 and the lightness value of cb01a4 is 0.40.

The process color (four color CMYK) of #cb01a4 color hex is 0.00, 1.00, 0.19, 0.20. Web safe color of #cb01a4 is #cc0099. Color #cb01a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000001 10100100
Octal 313 1 244
Decimal 203 1 164
Hex CB 1 A4

RGB Percentages of Color #cb01a4

%55.16
%0.27
%44.57

CMYK Percentages of Color #cb01a4

%0
%100
%19
%20

Triadic Colors of #cb01a4

#cb01a4 #a4cb01 #01a4cb

Analogous Colors of #cb01a4

#cb01a4 #cb013f #8d01cb

Monochromatic Colors of #cb01a4

#cb01a4

Complementary Color

#cb01a4 #01cb28

#cb01a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb01a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb01a4 Color CSS Codes

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

#cb01a4 Text Font Color

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

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


#cb01a4 Background Color

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

This div background color is #cb01a4


#cb01a4 Border Color

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

This div border color is #cb01a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb01a4


Comments

No comments written yet.

Please login to write comment.