Color Hex Logo

#cc065d Color Hex

#CC065D
(204,6,93)
0 Favorites   0 Comments

Color spaces of #cc065d

RGB 204693
HSL0.930.940.41
HSV334°97°80°
CMYK 0.000.970.54   0.20
XYZ26.942713.757911.5914
Yxy13.75790.51520.2631
Hunter Lab37.091664.74887.4356
CIE-Lab43.883770.33188.4594

#cc065d color RGB value is (204,6,93).

#cc065d hex color red value is 204, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cc065d hue: 0.93 , saturation: 0.94 and the lightness value of cc065d is 0.41.

The process color (four color CMYK) of #cc065d color hex is 0.00, 0.97, 0.54, 0.20. Web safe color of #cc065d is #cc0066. Color #cc065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 01011101
Octal 314 6 135
Decimal 204 6 93
Hex CC 6 5D

RGB Percentages of Color #cc065d

%67.33
%1.98
%30.69

CMYK Percentages of Color #cc065d

%0
%97
%54
%20

Triadic Colors of #cc065d

#cc065d #5dcc06 #065dcc

Analogous Colors of #cc065d

#cc065d #cc1206 #cc06c0

Monochromatic Colors of #cc065d

#cc065d

Complementary Color

#cc065d #06cc75

#cc065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc065d Color CSS Codes

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

#cc065d Text Font Color

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

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


#cc065d Background Color

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

This div background color is #cc065d


#cc065d Border Color

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

This div border color is #cc065d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,6,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 #cc065d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc065d


Comments

No comments written yet.

Please login to write comment.