Color Hex Logo

#cb396e Color Hex

#CB396E
(203,57,110)
0 Favorites   0 Comments

Color spaces of #cb396e

RGB 20357110
HSL0.940.580.51
HSV338°72°80°
CMYK 0.000.720.46   0.20
XYZ28.906216.748616.4611
Yxy16.74860.46540.2696
Hunter Lab40.925154.45934.7996
CIE-Lab47.941760.63303.7002

#cb396e color RGB value is (203,57,110).

#cb396e hex color red value is 203, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb396e hue: 0.94 , saturation: 0.58 and the lightness value of cb396e is 0.51.

The process color (four color CMYK) of #cb396e color hex is 0.00, 0.72, 0.46, 0.20. Web safe color of #cb396e is #cc3366. Color #cb396e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 01101110
Octal 313 71 156
Decimal 203 57 110
Hex CB 39 6E

RGB Percentages of Color #cb396e

%54.86
%15.41
%29.73

CMYK Percentages of Color #cb396e

%0
%72
%46
%20

Triadic Colors of #cb396e

#cb396e #6ecb39 #396ecb

Analogous Colors of #cb396e

#cb396e #cb4d39 #cb39b7

Monochromatic Colors of #cb396e

#cb396e

Complementary Color

#cb396e #39cb96

#cb396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb396e Color CSS Codes

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

#cb396e Text Font Color

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

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


#cb396e Background Color

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

This div background color is #cb396e


#cb396e Border Color

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

This div border color is #cb396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb396e


Comments

No comments written yet.

Please login to write comment.