Color Hex Logo

#cc298d Color Hex

#CC298D
(204,41,141)
0 Favorites   0 Comments

Color spaces of #cc298d

RGB 20441141
HSL0.900.670.48
HSV323°80°80°
CMYK 0.000.800.31   0.20
XYZ30.502516.346326.7468
Yxy16.34630.41450.2221
Hunter Lab40.430663.9144-10.9219
CIE-Lab47.425668.9365-15.9021

#cc298d color RGB value is (204,41,141).

#cc298d hex color red value is 204, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc298d hue: 0.90 , saturation: 0.67 and the lightness value of cc298d is 0.48.

The process color (four color CMYK) of #cc298d color hex is 0.00, 0.80, 0.31, 0.20. Web safe color of #cc298d is #cc3399. Color #cc298d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 10001101
Octal 314 51 215
Decimal 204 41 141
Hex CC 29 8D

RGB Percentages of Color #cc298d

%52.85
%10.62
%36.53

CMYK Percentages of Color #cc298d

%0
%80
%31
%20

Triadic Colors of #cc298d

#cc298d #8dcc29 #298dcc

Analogous Colors of #cc298d

#cc298d #cc293b #ba29cc

Monochromatic Colors of #cc298d

#cc298d

Complementary Color

#cc298d #29cc68

#cc298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc298d Color CSS Codes

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

#cc298d Text Font Color

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

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


#cc298d Background Color

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

This div background color is #cc298d


#cc298d Border Color

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

This div border color is #cc298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc298d


Comments

No comments written yet.

Please login to write comment.