Color Hex Logo

#cc48ce Color Hex

#CC48CE
(204,72,206)
0 Favorites   0 Comments

Color spaces of #cc48ce

RGB 20472206
HSL0.830.580.55
HSV299°65°81°
CMYK 0.010.650.00   0.19
XYZ38.359821.928360.6033
Yxy21.92830.31730.1814
Hunter Lab46.827764.2734-43.9524
CIE-Lab53.950867.9890-43.9113

#cc48ce color RGB value is (204,72,206).

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

The process color (four color CMYK) of #cc48ce color hex is 0.01, 0.65, 0.00, 0.19. Web safe color of #cc48ce is #cc33cc. Color #cc48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 11001110
Octal 314 110 316
Decimal 204 72 206
Hex CC 48 CE

RGB Percentages of Color #cc48ce

%42.32
%14.94
%42.74

CMYK Percentages of Color #cc48ce

%1
%65
%0
%19

Triadic Colors of #cc48ce

#cc48ce #cecc48 #48cecc

Analogous Colors of #cc48ce

#cc48ce #ce488d #8948ce

Monochromatic Colors of #cc48ce

#cc48ce

Complementary Color

#cc48ce #4ace48

#cc48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc48ce Color CSS Codes

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

#cc48ce Text Font Color

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

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


#cc48ce Background Color

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

This div background color is #cc48ce


#cc48ce Border Color

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

This div border color is #cc48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc48ce


Comments

No comments written yet.

Please login to write comment.