Color Hex Logo

#cc318d Color Hex

#CC318D
(204,49,141)
0 Favorites   0 Comments

Color spaces of #cc318d

RGB 20449141
HSL0.900.610.50
HSV324°76°80°
CMYK 0.000.760.31   0.20
XYZ30.807916.957126.8486
Yxy16.95710.41290.2273
Hunter Lab41.179061.4808-9.8316
CIE-Lab48.205966.7116-14.7154

#cc318d color RGB value is (204,49,141).

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

The process color (four color CMYK) of #cc318d color hex is 0.00, 0.76, 0.31, 0.20. Web safe color of #cc318d is #cc3399. Color #cc318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 10001101
Octal 314 61 215
Decimal 204 49 141
Hex CC 31 8D

RGB Percentages of Color #cc318d

%51.78
%12.44
%35.79

CMYK Percentages of Color #cc318d

%0
%76
%31
%20

Triadic Colors of #cc318d

#cc318d #8dcc31 #318dcc

Analogous Colors of #cc318d

#cc318d #cc313f #be31cc

Monochromatic Colors of #cc318d

#cc318d

Complementary Color

#cc318d #31cc70

#cc318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc318d Color CSS Codes

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

#cc318d Text Font Color

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

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


#cc318d Background Color

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

This div background color is #cc318d


#cc318d Border Color

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

This div border color is #cc318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc318d


Comments

No comments written yet.

Please login to write comment.