Color Hex Logo

#cb138b Color Hex

#CB138B
(203,19,139)
0 Favorites   0 Comments

Color spaces of #cb138b

RGB 20319139
HSL0.890.830.44
HSV321°91°80°
CMYK 0.000.910.32   0.20
XYZ29.521715.026325.7705
Yxy15.02630.41980.2137
Hunter Lab38.763868.1054-12.2819
CIE-Lab45.670272.7937-17.3857

#cb138b color RGB value is (203,19,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010011 10001011
Octal 313 23 213
Decimal 203 19 139
Hex CB 13 8B

RGB Percentages of Color #cb138b

%56.23
%5.26
%38.50

CMYK Percentages of Color #cb138b

%0
%91
%32
%20

Triadic Colors of #cb138b

#cb138b #8bcb13 #138bcb

Analogous Colors of #cb138b

#cb138b #cb132f #af13cb

Monochromatic Colors of #cb138b

#cb138b

Complementary Color

#cb138b #13cb53

#cb138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb138b Color CSS Codes

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

#cb138b Text Font Color

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

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


#cb138b Background Color

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

This div background color is #cb138b


#cb138b Border Color

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

This div border color is #cb138b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,19,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 #cb138b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb138b


Comments

No comments written yet.

Please login to write comment.