Color Hex Logo

#cc0653 Color Hex

#CC0653
(204,6,83)
0 Favorites   0 Comments

Color spaces of #cc0653

RGB 204683
HSL0.940.940.41
HSV337°97°80°
CMYK 0.000.970.59   0.20
XYZ26.528313.59229.4090
Yxy13.59220.53560.2744
Hunter Lab36.867663.922410.6759
CIE-Lab43.642369.679614.4101

#cc0653 color RGB value is (204,6,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 01010011
Octal 314 6 123
Decimal 204 6 83
Hex CC 6 53

RGB Percentages of Color #cc0653

%69.62
%2.05
%28.33

CMYK Percentages of Color #cc0653

%0
%97
%59
%20

Triadic Colors of #cc0653

#cc0653 #53cc06 #0653cc

Analogous Colors of #cc0653

#cc0653 #cc1c06 #cc06b6

Monochromatic Colors of #cc0653

#cc0653

Complementary Color

#cc0653 #06cc7f

#cc0653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0653 Color CSS Codes

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

#cc0653 Text Font Color

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

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


#cc0653 Background Color

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

This div background color is #cc0653


#cc0653 Border Color

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

This div border color is #cc0653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0653


Comments

No comments written yet.

Please login to write comment.