Color Hex Logo

#cc3868 Color Hex

#CC3868
(204,56,104)
0 Favorites   0 Comments

Color spaces of #cc3868

RGB 20456104
HSL0.950.590.51
HSV341°73°80°
CMYK 0.000.730.49   0.20
XYZ28.814716.665214.7947
Yxy16.66520.47810.2765
Hunter Lab40.823054.55297.0888
CIE-Lab47.835460.73607.2408

#cc3868 color RGB value is (204,56,104).

#cc3868 hex color red value is 204, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cc3868 hue: 0.95 , saturation: 0.59 and the lightness value of cc3868 is 0.51.

The process color (four color CMYK) of #cc3868 color hex is 0.00, 0.73, 0.49, 0.20. Web safe color of #cc3868 is #cc3366. Color #cc3868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 01101000
Octal 314 70 150
Decimal 204 56 104
Hex CC 38 68

RGB Percentages of Color #cc3868

%56.04
%15.38
%28.57

CMYK Percentages of Color #cc3868

%0
%73
%49
%20

Triadic Colors of #cc3868

#cc3868 #68cc38 #3868cc

Analogous Colors of #cc3868

#cc3868 #cc5238 #cc38b2

Monochromatic Colors of #cc3868

#cc3868

Complementary Color

#cc3868 #38cc9c

#cc3868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3868 Color CSS Codes

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

#cc3868 Text Font Color

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

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


#cc3868 Background Color

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

This div background color is #cc3868


#cc3868 Border Color

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

This div border color is #cc3868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3868


Comments

No comments written yet.

Please login to write comment.