Color Hex Logo

#cc48ee Color Hex

#CC48EE
(204,72,238)
0 Favorites   0 Comments

Color spaces of #cc48ee

RGB 20472238
HSL0.800.830.61
HSV288°70°93°
CMYK 0.140.700.00   0.07
XYZ42.651823.645183.2049
Yxy23.64510.28530.1582
Hunter Lab48.626271.4728-67.4134
CIE-Lab55.730773.6140-59.1755

#cc48ee color RGB value is (204,72,238).

#cc48ee hex color red value is 204, green value is 72 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc48ee hue: 0.80 , saturation: 0.83 and the lightness value of cc48ee is 0.61.

The process color (four color CMYK) of #cc48ee color hex is 0.14, 0.70, 0.00, 0.07. Web safe color of #cc48ee is #cc33ff. Color #cc48ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 11101110
Octal 314 110 356
Decimal 204 72 238
Hex CC 48 EE

RGB Percentages of Color #cc48ee

%39.69
%14.01
%46.30

CMYK Percentages of Color #cc48ee

%14
%70
%0
%7

Triadic Colors of #cc48ee

#cc48ee #eecc48 #48eecc

Analogous Colors of #cc48ee

#cc48ee #ee48bd #7948ee

Monochromatic Colors of #cc48ee

#cc48ee

Complementary Color

#cc48ee #6aee48

#cc48ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc48ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc48ee Color CSS Codes

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

#cc48ee Text Font Color

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

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


#cc48ee Background Color

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

This div background color is #cc48ee


#cc48ee Border Color

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

This div border color is #cc48ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc48ee


Comments

No comments written yet.

Please login to write comment.