Color Hex Logo

#cc48df Color Hex

#CC48DF
(204,72,223)
0 Favorites   0 Comments

Color spaces of #cc48df

RGB 20472223
HSL0.810.700.58
HSV292°68°87°
CMYK 0.090.680.00   0.13
XYZ40.538522.799872.0762
Yxy22.79980.29940.1684
Hunter Lab47.749167.9836-56.0725
CIE-Lab54.865570.9135-52.1220

#cc48df color RGB value is (204,72,223).

#cc48df hex color red value is 204, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc48df hue: 0.81 , saturation: 0.70 and the lightness value of cc48df is 0.58.

The process color (four color CMYK) of #cc48df color hex is 0.09, 0.68, 0.00, 0.13. Web safe color of #cc48df is #cc33cc. Color #cc48df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 11011111
Octal 314 110 337
Decimal 204 72 223
Hex CC 48 DF

RGB Percentages of Color #cc48df

%40.88
%14.43
%44.69

CMYK Percentages of Color #cc48df

%9
%68
%0
%13

Triadic Colors of #cc48df

#cc48df #dfcc48 #48dfcc

Analogous Colors of #cc48df

#cc48df #df48a7 #8148df

Monochromatic Colors of #cc48df

#cc48df

Complementary Color

#cc48df #5bdf48

#cc48df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc48df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc48df Color CSS Codes

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

#cc48df Text Font Color

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

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


#cc48df Background Color

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

This div background color is #cc48df


#cc48df Border Color

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

This div border color is #cc48df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc48df


Comments

No comments written yet.

Please login to write comment.