Color Hex Logo

#cc48de Color Hex

#CC48DE
(204,72,222)
0 Favorites   0 Comments

Color spaces of #cc48de

RGB 20472222
HSL0.810.690.58
HSV293°68°87°
CMYK 0.080.680.00   0.13
XYZ40.404022.746071.3681
Yxy22.74600.30040.1691
Hunter Lab47.692867.7579-55.3374
CIE-Lab54.809770.7372-51.6455

#cc48de color RGB value is (204,72,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 11011110
Octal 314 110 336
Decimal 204 72 222
Hex CC 48 DE

RGB Percentages of Color #cc48de

%40.96
%14.46
%44.58

CMYK Percentages of Color #cc48de

%8
%68
%0
%13

Triadic Colors of #cc48de

#cc48de #decc48 #48decc

Analogous Colors of #cc48de

#cc48de #de48a5 #8148de

Monochromatic Colors of #cc48de

#cc48de

Complementary Color

#cc48de #5ade48

#cc48de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc48de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc48de Color CSS Codes

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

#cc48de Text Font Color

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

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


#cc48de Background Color

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

This div background color is #cc48de


#cc48de Border Color

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

This div border color is #cc48de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc48de


Comments

No comments written yet.

Please login to write comment.