Color Hex Logo

#cb177c Color Hex

#CB177C
(203,23,124)
0 Favorites   0 Comments

Color spaces of #cb177c

RGB 20323124
HSL0.910.800.44
HSV326°89°80°
CMYK 0.000.890.39   0.20
XYZ28.573114.764520.4127
Yxy14.76450.44820.2316
Hunter Lab38.424665.4922-4.6000
CIE-Lab45.309970.6802-8.7593

#cb177c color RGB value is (203,23,124).

#cb177c hex color red value is 203, green value is 23 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cb177c hue: 0.91 , saturation: 0.80 and the lightness value of cb177c is 0.44.

The process color (four color CMYK) of #cb177c color hex is 0.00, 0.89, 0.39, 0.20. Web safe color of #cb177c is #cc0066. Color #cb177c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010111 01111100
Octal 313 27 174
Decimal 203 23 124
Hex CB 17 7C

RGB Percentages of Color #cb177c

%58.00
%6.57
%35.43

CMYK Percentages of Color #cb177c

%0
%89
%39
%20

Triadic Colors of #cb177c

#cb177c #7ccb17 #177ccb

Analogous Colors of #cb177c

#cb177c #cb1722 #c017cb

Monochromatic Colors of #cb177c

#cb177c

Complementary Color

#cb177c #17cb66

#cb177c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb177c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb177c Color CSS Codes

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

#cb177c Text Font Color

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

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


#cb177c Background Color

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

This div background color is #cb177c


#cb177c Border Color

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

This div border color is #cb177c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb177c


Comments

No comments written yet.

Please login to write comment.