Color Hex Logo

#cb396f Color Hex

#CB396F
(203,57,111)
0 Favorites   0 Comments

Color spaces of #cb396f

RGB 20357111
HSL0.940.580.51
HSV338°72°80°
CMYK 0.000.720.45   0.20
XYZ28.961016.770516.7495
Yxy16.77050.46350.2684
Hunter Lab40.951854.56914.4163
CIE-Lab47.969660.72523.1296

#cb396f color RGB value is (203,57,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 01101111
Octal 313 71 157
Decimal 203 57 111
Hex CB 39 6F

RGB Percentages of Color #cb396f

%54.72
%15.36
%29.92

CMYK Percentages of Color #cb396f

%0
%72
%45
%20

Triadic Colors of #cb396f

#cb396f #6fcb39 #396fcb

Analogous Colors of #cb396f

#cb396f #cb4c39 #cb39b8

Monochromatic Colors of #cb396f

#cb396f

Complementary Color

#cb396f #39cb95

#cb396f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb396f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb396f Color CSS Codes

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

#cb396f Text Font Color

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

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


#cb396f Background Color

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

This div background color is #cb396f


#cb396f Border Color

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

This div border color is #cb396f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb396f


Comments

No comments written yet.

Please login to write comment.