Color Hex Logo

#cc4298 Color Hex

#CC4298
(204,66,152)
0 Favorites   0 Comments

Color spaces of #cc4298

RGB 20466152
HSL0.900.580.53
HSV323°68°80°
CMYK 0.000.680.25   0.20
XYZ32.517619.000831.6594
Yxy19.00080.39090.2284
Hunter Lab43.589956.8767-12.5495
CIE-Lab50.688162.2520-17.5189

#cc4298 color RGB value is (204,66,152).

#cc4298 hex color red value is 204, green value is 66 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cc4298 hue: 0.90 , saturation: 0.58 and the lightness value of cc4298 is 0.53.

The process color (four color CMYK) of #cc4298 color hex is 0.00, 0.68, 0.25, 0.20. Web safe color of #cc4298 is #cc3399. Color #cc4298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 10011000
Octal 314 102 230
Decimal 204 66 152
Hex CC 42 98

RGB Percentages of Color #cc4298

%48.34
%15.64
%36.02

CMYK Percentages of Color #cc4298

%0
%68
%25
%20

Triadic Colors of #cc4298

#cc4298 #98cc42 #4298cc

Analogous Colors of #cc4298

#cc4298 #cc4253 #bb42cc

Monochromatic Colors of #cc4298

#cc4298

Complementary Color

#cc4298 #42cc76

#cc4298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4298 Color CSS Codes

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

#cc4298 Text Font Color

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

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


#cc4298 Background Color

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

This div background color is #cc4298


#cc4298 Border Color

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

This div border color is #cc4298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4298


Comments

No comments written yet.

Please login to write comment.