Color Hex Logo

#cc48ec Color Hex

#CC48EC
(204,72,236)
0 Favorites   0 Comments

Color spaces of #cc48ec

RGB 20472236
HSL0.800.810.60
HSV288°69°93°
CMYK 0.140.690.00   0.07
XYZ42.359523.528281.6657
Yxy23.52820.28710.1595
Hunter Lab48.505970.9963-65.8680
CIE-Lab55.612373.2479-58.2452

#cc48ec color RGB value is (204,72,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 11101100
Octal 314 110 354
Decimal 204 72 236
Hex CC 48 EC

RGB Percentages of Color #cc48ec

%39.84
%14.06
%46.09

CMYK Percentages of Color #cc48ec

%14
%69
%0
%7

Triadic Colors of #cc48ec

#cc48ec #eccc48 #48eccc

Analogous Colors of #cc48ec

#cc48ec #ec48ba #7a48ec

Monochromatic Colors of #cc48ec

#cc48ec

Complementary Color

#cc48ec #68ec48

#cc48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc48ec Color CSS Codes

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

#cc48ec Text Font Color

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

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


#cc48ec Background Color

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

This div background color is #cc48ec


#cc48ec Border Color

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

This div border color is #cc48ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc48ec


Comments

No comments written yet.

Please login to write comment.