Color Hex Logo

#cb189c Color Hex

#CB189C
(203,24,156)
0 Favorites   0 Comments

Color spaces of #cb189c

RGB 20324156
HSL0.880.790.45
HSV316°88°80°
CMYK 0.000.880.23   0.20
XYZ30.956015.750132.8610
Yxy15.75010.38910.1979
Hunter Lab39.686469.7816-21.3126
CIE-Lab46.644973.9897-26.1455

#cb189c color RGB value is (203,24,156).

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

The process color (four color CMYK) of #cb189c color hex is 0.00, 0.88, 0.23, 0.20. Web safe color of #cb189c is #cc0099. Color #cb189c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011000 10011100
Octal 313 30 234
Decimal 203 24 156
Hex CB 18 9C

RGB Percentages of Color #cb189c

%53.00
%6.27
%40.73

CMYK Percentages of Color #cb189c

%0
%88
%23
%20

Triadic Colors of #cb189c

#cb189c #9ccb18 #189ccb

Analogous Colors of #cb189c

#cb189c #cb1842 #a118cb

Monochromatic Colors of #cb189c

#cb189c

Complementary Color

#cb189c #18cb47

#cb189c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb189c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb189c Color CSS Codes

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

#cb189c Text Font Color

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

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


#cb189c Background Color

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

This div background color is #cb189c


#cb189c Border Color

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

This div border color is #cb189c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb189c


Comments

No comments written yet.

Please login to write comment.