Color Hex Logo

#cc315d Color Hex

#CC315D
(204,49,93)
0 Favorites   0 Comments

Color spaces of #cc315d

RGB 2044993
HSL0.950.610.50
HSV343°76°80°
CMYK 0.000.760.54   0.20
XYZ27.975915.824311.9358
Yxy15.82430.50190.2839
Hunter Lab39.779855.919010.0561
CIE-Lab46.743162.152712.4598

#cc315d color RGB value is (204,49,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 01011101
Octal 314 61 135
Decimal 204 49 93
Hex CC 31 5D

RGB Percentages of Color #cc315d

%58.96
%14.16
%26.88

CMYK Percentages of Color #cc315d

%0
%76
%54
%20

Triadic Colors of #cc315d

#cc315d #5dcc31 #315dcc

Analogous Colors of #cc315d

#cc315d #cc5231 #cc31ab

Monochromatic Colors of #cc315d

#cc315d

Complementary Color

#cc315d #31cca0

#cc315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc315d Color CSS Codes

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

#cc315d Text Font Color

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

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


#cc315d Background Color

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

This div background color is #cc315d


#cc315d Border Color

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

This div border color is #cc315d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc315d


Comments

No comments written yet.

Please login to write comment.