Color Hex Logo

#cc1754 Color Hex

#CC1754
(204,23,84)
0 Favorites   0 Comments

Color spaces of #cc1754

RGB 2042384
HSL0.940.800.45
HSV340°89°80°
CMYK 0.000.890.59   0.20
XYZ26.808514.09039.6942
Yxy14.09030.52990.2785
Hunter Lab37.537061.792710.9639
CIE-Lab44.362267.723314.7667

#cc1754 color RGB value is (204,23,84).

#cc1754 hex color red value is 204, green value is 23 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #cc1754 hue: 0.94 , saturation: 0.80 and the lightness value of cc1754 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 01010100
Octal 314 27 124
Decimal 204 23 84
Hex CC 17 54

RGB Percentages of Color #cc1754

%65.59
%7.40
%27.01

CMYK Percentages of Color #cc1754

%0
%89
%59
%20

Triadic Colors of #cc1754

#cc1754 #54cc17 #1754cc

Analogous Colors of #cc1754

#cc1754 #cc3417 #cc17af

Monochromatic Colors of #cc1754

#cc1754

Complementary Color

#cc1754 #17cc8f

#cc1754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1754 Color CSS Codes

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

#cc1754 Text Font Color

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

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


#cc1754 Background Color

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

This div background color is #cc1754


#cc1754 Border Color

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

This div border color is #cc1754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1754


Comments

No comments written yet.

Please login to write comment.