Color Hex Logo

#cb185c Color Hex

#CB185C
(203,24,92)
0 Favorites   0 Comments

Color spaces of #cb185c

RGB 2032492
HSL0.940.790.45
HSV337°88°80°
CMYK 0.000.880.55   0.20
XYZ26.887014.122511.4340
Yxy14.12250.51270.2693
Hunter Lab37.579961.94518.2665
CIE-Lab44.408167.84509.7945

#cb185c color RGB value is (203,24,92).

#cb185c hex color red value is 203, green value is 24 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cb185c hue: 0.94 , saturation: 0.79 and the lightness value of cb185c is 0.45.

The process color (four color CMYK) of #cb185c color hex is 0.00, 0.88, 0.55, 0.20. Web safe color of #cb185c is #cc0066. Color #cb185c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011000 01011100
Octal 313 30 134
Decimal 203 24 92
Hex CB 18 5C

RGB Percentages of Color #cb185c

%63.64
%7.52
%28.84

CMYK Percentages of Color #cb185c

%0
%88
%55
%20

Triadic Colors of #cb185c

#cb185c #5ccb18 #185ccb

Analogous Colors of #cb185c

#cb185c #cb2e18 #cb18b6

Monochromatic Colors of #cb185c

#cb185c

Complementary Color

#cb185c #18cb87

#cb185c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb185c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb185c Color CSS Codes

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

#cb185c Text Font Color

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

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


#cb185c Background Color

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

This div background color is #cb185c


#cb185c Border Color

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

This div border color is #cb185c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb185c


Comments

No comments written yet.

Please login to write comment.