Color Hex Logo

#cc314d Color Hex

#CC314D
(204,49,77)
0 Favorites   0 Comments

Color spaces of #cc314d

RGB 2044977
HSL0.970.610.50
HSV349°76°80°
CMYK 0.000.760.62   0.20
XYZ27.339715.56988.5855
Yxy15.56980.53090.3024
Hunter Lab39.458654.624914.7205
CIE-Lab46.404961.069821.8320

#cc314d color RGB value is (204,49,77).

#cc314d hex color red value is 204, green value is 49 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc314d hue: 0.97 , saturation: 0.61 and the lightness value of cc314d is 0.50.

The process color (four color CMYK) of #cc314d color hex is 0.00, 0.76, 0.62, 0.20. Web safe color of #cc314d is #cc3366. Color #cc314d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 01001101
Octal 314 61 115
Decimal 204 49 77
Hex CC 31 4D

RGB Percentages of Color #cc314d

%61.82
%14.85
%23.33

CMYK Percentages of Color #cc314d

%0
%76
%62
%20

Triadic Colors of #cc314d

#cc314d #4dcc31 #314dcc

Analogous Colors of #cc314d

#cc314d #cc6231 #cc319b

Monochromatic Colors of #cc314d

#cc314d

Complementary Color

#cc314d #31ccb0

#cc314d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc314d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc314d Color CSS Codes

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

#cc314d Text Font Color

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

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


#cc314d Background Color

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

This div background color is #cc314d


#cc314d Border Color

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

This div border color is #cc314d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,49,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc314d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc314d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc314d;
  box-shadow:         1px 1px 3px 2px #cc314d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,49,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc314d


Comments

No comments written yet.

Please login to write comment.