Color Hex Logo

#cc025d Color Hex

#CC025D
(204,2,93)
0 Favorites   0 Comments

Color spaces of #cc025d

RGB 204293
HSL0.920.980.40
HSV333°99°80°
CMYK 0.000.990.54   0.20
XYZ26.899313.671111.5770
Yxy13.67110.51580.2622
Hunter Lab36.974565.15537.3179
CIE-Lab43.757570.69938.2810

#cc025d color RGB value is (204,2,93).

#cc025d hex color red value is 204, green value is 2 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cc025d hue: 0.92 , saturation: 0.98 and the lightness value of cc025d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 01011101
Octal 314 2 135
Decimal 204 2 93
Hex CC 2 5D

RGB Percentages of Color #cc025d

%68.23
%0.67
%31.10

CMYK Percentages of Color #cc025d

%0
%99
%54
%20

Triadic Colors of #cc025d

#cc025d #5dcc02 #025dcc

Analogous Colors of #cc025d

#cc025d #cc0c02 #cc02c2

Monochromatic Colors of #cc025d

#cc025d

Complementary Color

#cc025d #02cc71

#cc025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc025d Color CSS Codes

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

#cc025d Text Font Color

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

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


#cc025d Background Color

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

This div background color is #cc025d


#cc025d Border Color

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

This div border color is #cc025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc025d


Comments

No comments written yet.

Please login to write comment.