Color Hex Logo

#cb177a Color Hex

#CB177A
(203,23,122)
0 Favorites   0 Comments

Color spaces of #cb177a

RGB 20323122
HSL0.910.800.44
HSV327°89°80°
CMYK 0.000.890.40   0.20
XYZ28.447814.714419.7532
Yxy14.71440.45220.2339
Hunter Lab38.359465.2491-3.6799
CIE-Lab45.240570.4891-7.6327

#cb177a color RGB value is (203,23,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010111 01111010
Octal 313 27 172
Decimal 203 23 122
Hex CB 17 7A

RGB Percentages of Color #cb177a

%58.33
%6.61
%35.06

CMYK Percentages of Color #cb177a

%0
%89
%40
%20

Triadic Colors of #cb177a

#cb177a #7acb17 #177acb

Analogous Colors of #cb177a

#cb177a #cb1720 #c217cb

Monochromatic Colors of #cb177a

#cb177a

Complementary Color

#cb177a #17cb68

#cb177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb177a Color CSS Codes

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

#cb177a Text Font Color

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

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


#cb177a Background Color

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

This div background color is #cb177a


#cb177a Border Color

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

This div border color is #cb177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb177a


Comments

No comments written yet.

Please login to write comment.