Color Hex Logo

#cc7298 Color Hex

#CC7298
(204,114,152)
0 Favorites   0 Comments

Color spaces of #cc7298

RGB 204114152
HSL0.930.470.62
HSV335°44°80°
CMYK 0.000.440.25   0.20
XYZ36.586627.139033.0158
Yxy27.13900.37820.2805
Hunter Lab52.095134.1948-1.1091
CIE-Lab59.102839.9990-4.8768

#cc7298 color RGB value is (204,114,152).

#cc7298 hex color red value is 204, green value is 114 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cc7298 hue: 0.93 , saturation: 0.47 and the lightness value of cc7298 is 0.62.

The process color (four color CMYK) of #cc7298 color hex is 0.00, 0.44, 0.25, 0.20. Web safe color of #cc7298 is #cc6699. Color #cc7298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 10011000
Octal 314 162 230
Decimal 204 114 152
Hex CC 72 98

RGB Percentages of Color #cc7298

%43.40
%24.26
%32.34

CMYK Percentages of Color #cc7298

%0
%44
%25
%20

Triadic Colors of #cc7298

#cc7298 #98cc72 #7298cc

Analogous Colors of #cc7298

#cc7298 #cc7972 #cc72c5

Monochromatic Colors of #cc7298

#cc7298

Complementary Color

#cc7298 #72cca6

#cc7298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7298 Color CSS Codes

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

#cc7298 Text Font Color

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

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


#cc7298 Background Color

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

This div background color is #cc7298


#cc7298 Border Color

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

This div border color is #cc7298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7298


Comments

No comments written yet.

Please login to write comment.