Color Hex Logo

#cc384f Color Hex

#CC384F
(204,56,79)
0 Favorites   0 Comments

Color spaces of #cc384f

RGB 2045679
HSL0.970.590.51
HSV351°73°80°
CMYK 0.000.730.61   0.20
XYZ27.727316.23029.0685
Yxy16.23020.52290.3061
Hunter Lab40.286752.350714.8546
CIE-Lab47.275158.871721.7532

#cc384f color RGB value is (204,56,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 01001111
Octal 314 70 117
Decimal 204 56 79
Hex CC 38 4F

RGB Percentages of Color #cc384f

%60.18
%16.52
%23.30

CMYK Percentages of Color #cc384f

%0
%73
%61
%20

Triadic Colors of #cc384f

#cc384f #4fcc38 #384fcc

Analogous Colors of #cc384f

#cc384f #cc6b38 #cc3899

Monochromatic Colors of #cc384f

#cc384f

Complementary Color

#cc384f #38ccb5

#cc384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc384f Color CSS Codes

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

#cc384f Text Font Color

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

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


#cc384f Background Color

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

This div background color is #cc384f


#cc384f Border Color

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

This div border color is #cc384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc384f


Comments

No comments written yet.

Please login to write comment.