Color Hex Logo

#cb136e Color Hex

#CB136E
(203,19,110)
0 Favorites   0 Comments

Color spaces of #cb136e

RGB 20319110
HSL0.920.830.44
HSV330°91°80°
CMYK 0.000.910.46   0.20
XYZ27.675914.288016.0510
Yxy14.28800.47700.2463
Hunter Lab37.799564.54451.2830
CIE-Lab44.643270.0111-1.0947

#cb136e color RGB value is (203,19,110).

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

The process color (four color CMYK) of #cb136e color hex is 0.00, 0.91, 0.46, 0.20. Web safe color of #cb136e is #cc0066. Color #cb136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010011 01101110
Octal 313 23 156
Decimal 203 19 110
Hex CB 13 6E

RGB Percentages of Color #cb136e

%61.14
%5.72
%33.13

CMYK Percentages of Color #cb136e

%0
%91
%46
%20

Triadic Colors of #cb136e

#cb136e #6ecb13 #136ecb

Analogous Colors of #cb136e

#cb136e #cb1413 #cb13ca

Monochromatic Colors of #cb136e

#cb136e

Complementary Color

#cb136e #13cb70

#cb136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb136e Color CSS Codes

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

#cb136e Text Font Color

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

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


#cb136e Background Color

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

This div background color is #cb136e


#cb136e Border Color

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

This div border color is #cb136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb136e


Comments

No comments written yet.

Please login to write comment.