Color Hex Logo

#cc7892 Color Hex

#CC7892
(204,120,146)
0 Favorites   0 Comments

Color spaces of #cc7892

RGB 204120146
HSL0.950.450.64
HSV341°41°80°
CMYK 0.000.410.28   0.20
XYZ36.806628.345630.7255
Yxy28.34560.38390.2956
Hunter Lab53.240630.23073.0518
CIE-Lab60.199735.99840.1962

#cc7892 color RGB value is (204,120,146).

#cc7892 hex color red value is 204, green value is 120 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cc7892 hue: 0.95 , saturation: 0.45 and the lightness value of cc7892 is 0.64.

The process color (four color CMYK) of #cc7892 color hex is 0.00, 0.41, 0.28, 0.20. Web safe color of #cc7892 is #cc6699. Color #cc7892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 10010010
Octal 314 170 222
Decimal 204 120 146
Hex CC 78 92

RGB Percentages of Color #cc7892

%43.40
%25.53
%31.06

CMYK Percentages of Color #cc7892

%0
%41
%28
%20

Triadic Colors of #cc7892

#cc7892 #92cc78 #7892cc

Analogous Colors of #cc7892

#cc7892 #cc8878 #cc78bc

Monochromatic Colors of #cc7892

#cc7892

Complementary Color

#cc7892 #78ccb2

#cc7892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7892 Color CSS Codes

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

#cc7892 Text Font Color

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

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


#cc7892 Background Color

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

This div background color is #cc7892


#cc7892 Border Color

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

This div border color is #cc7892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7892


Comments

No comments written yet.

Please login to write comment.