Color Hex Logo

#cb3977 Color Hex

#CB3977
(203,57,119)
0 Favorites   0 Comments

Color spaces of #cb3977

RGB 20357119
HSL0.930.580.51
HSV335°72°80°
CMYK 0.000.720.41   0.20
XYZ29.421516.954719.1747
Yxy16.95470.44880.2586
Hunter Lab41.176155.48521.2134
CIE-Lab48.202961.4933-1.4089

#cb3977 color RGB value is (203,57,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 01110111
Octal 313 71 167
Decimal 203 57 119
Hex CB 39 77

RGB Percentages of Color #cb3977

%53.56
%15.04
%31.40

CMYK Percentages of Color #cb3977

%0
%72
%41
%20

Triadic Colors of #cb3977

#cb3977 #77cb39 #3977cb

Analogous Colors of #cb3977

#cb3977 #cb4439 #cb39c0

Monochromatic Colors of #cb3977

#cb3977

Complementary Color

#cb3977 #39cb8d

#cb3977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3977 Color CSS Codes

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

#cb3977 Text Font Color

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

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


#cb3977 Background Color

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

This div background color is #cb3977


#cb3977 Border Color

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

This div border color is #cb3977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3977


Comments

No comments written yet.

Please login to write comment.