Color Hex Logo

#cb014a Color Hex

#CB014A
(203,1,74)
0 Favorites   0 Comments

Color spaces of #cb014a

RGB 203174
HSL0.940.990.40
HSV338°100°80°
CMYK 0.001.000.64   0.20
XYZ25.875513.21267.6651
Yxy13.21260.55340.2826
Hunter Lab36.349163.456012.9417
CIE-Lab43.081869.392919.2838

#cb014a color RGB value is (203,1,74).

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

The process color (four color CMYK) of #cb014a color hex is 0.00, 1.00, 0.64, 0.20. Web safe color of #cb014a is #cc0033. Color #cb014a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000001 01001010
Octal 313 1 112
Decimal 203 1 74
Hex CB 1 4A

RGB Percentages of Color #cb014a

%73.02
%0.36
%26.62

CMYK Percentages of Color #cb014a

%0
%100
%64
%20

Triadic Colors of #cb014a

#cb014a #4acb01 #014acb

Analogous Colors of #cb014a

#cb014a #cb1d01 #cb01af

Monochromatic Colors of #cb014a

#cb014a

Complementary Color

#cb014a #01cb82

#cb014a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb014a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb014a Color CSS Codes

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

#cb014a Text Font Color

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

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


#cb014a Background Color

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

This div background color is #cb014a


#cb014a Border Color

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

This div border color is #cb014a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb014a


Comments

No comments written yet.

Please login to write comment.