Color Hex Logo

#cb014d Color Hex

#CB014D
(203,1,77)
0 Favorites   0 Comments

Color spaces of #cb014d

RGB 203177
HSL0.940.990.40
HSV337°100°80°
CMYK 0.001.000.62   0.20
XYZ25.979013.25408.2102
Yxy13.25400.54760.2794
Hunter Lab36.406063.665312.1133
CIE-Lab43.143569.558717.4772

#cb014d color RGB value is (203,1,77).

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

The process color (four color CMYK) of #cb014d color hex is 0.00, 1.00, 0.62, 0.20. Web safe color of #cb014d is #cc0066. Color #cb014d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000001 01001101
Octal 313 1 115
Decimal 203 1 77
Hex CB 1 4D

RGB Percentages of Color #cb014d

%72.24
%0.36
%27.40

CMYK Percentages of Color #cb014d

%0
%100
%62
%20

Triadic Colors of #cb014d

#cb014d #4dcb01 #014dcb

Analogous Colors of #cb014d

#cb014d #cb1a01 #cb01b2

Monochromatic Colors of #cb014d

#cb014d

Complementary Color

#cb014d #01cb7f

#cb014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb014d Color CSS Codes

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

#cb014d Text Font Color

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

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


#cb014d Background Color

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

This div background color is #cb014d


#cb014d Border Color

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

This div border color is #cb014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb014d


Comments

No comments written yet.

Please login to write comment.