Color Hex Logo

#cb175a Color Hex

#CB175A
(203,23,90)
0 Favorites   0 Comments

Color spaces of #cb175a

RGB 2032390
HSL0.940.800.44
HSV338°89°80°
CMYK 0.000.890.56   0.20
XYZ26.780514.047510.9728
Yxy14.04750.51700.2712
Hunter Lab37.480061.95328.8780
CIE-Lab44.301067.872810.8959

#cb175a color RGB value is (203,23,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010111 01011010
Octal 313 27 132
Decimal 203 23 90
Hex CB 17 5A

RGB Percentages of Color #cb175a

%64.24
%7.28
%28.48

CMYK Percentages of Color #cb175a

%0
%89
%56
%20

Triadic Colors of #cb175a

#cb175a #5acb17 #175acb

Analogous Colors of #cb175a

#cb175a #cb2e17 #cb17b4

Monochromatic Colors of #cb175a

#cb175a

Complementary Color

#cb175a #17cb88

#cb175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb175a Color CSS Codes

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

#cb175a Text Font Color

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

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


#cb175a Background Color

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

This div background color is #cb175a


#cb175a Border Color

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

This div border color is #cb175a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb175a


Comments

No comments written yet.

Please login to write comment.