Color Hex Logo

#cb188b Color Hex

#CB188B
(203,24,139)
0 Favorites   0 Comments

Color spaces of #cb188b

RGB 20324139
HSL0.890.790.45
HSV321°88°80°
CMYK 0.000.880.32   0.20
XYZ29.615415.213925.8018
Yxy15.21390.41930.2154
Hunter Lab39.005067.2713-11.9168
CIE-Lab45.925872.0499-16.9951

#cb188b color RGB value is (203,24,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011000 10001011
Octal 313 30 213
Decimal 203 24 139
Hex CB 18 8B

RGB Percentages of Color #cb188b

%55.46
%6.56
%37.98

CMYK Percentages of Color #cb188b

%0
%88
%32
%20

Triadic Colors of #cb188b

#cb188b #8bcb18 #188bcb

Analogous Colors of #cb188b

#cb188b #cb1831 #b218cb

Monochromatic Colors of #cb188b

#cb188b

Complementary Color

#cb188b #18cb58

#cb188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb188b Color CSS Codes

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

#cb188b Text Font Color

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

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


#cb188b Background Color

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

This div background color is #cb188b


#cb188b Border Color

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

This div border color is #cb188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb188b


Comments

No comments written yet.

Please login to write comment.