Color Hex Logo

#cc49eb Color Hex

#CC49EB
(204,73,235)
0 Favorites   0 Comments

Color spaces of #cc49eb

RGB 20473235
HSL0.800.800.60
HSV289°69°92°
CMYK 0.130.690.00   0.08
XYZ42.279823.600680.9242
Yxy23.60060.28800.1608
Hunter Lab48.580470.3336-64.7576
CIE-Lab55.685772.6919-57.5670

#cc49eb color RGB value is (204,73,235).

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

The process color (four color CMYK) of #cc49eb color hex is 0.13, 0.69, 0.00, 0.08. Web safe color of #cc49eb is #cc33ff. Color #cc49eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 11101011
Octal 314 111 353
Decimal 204 73 235
Hex CC 49 EB

RGB Percentages of Color #cc49eb

%39.84
%14.26
%45.90

CMYK Percentages of Color #cc49eb

%13
%69
%0
%8

Triadic Colors of #cc49eb

#cc49eb #ebcc49 #49ebcc

Analogous Colors of #cc49eb

#cc49eb #eb49b9 #7b49eb

Monochromatic Colors of #cc49eb

#cc49eb

Complementary Color

#cc49eb #68eb49

#cc49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc49eb Color CSS Codes

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

#cc49eb Text Font Color

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

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


#cc49eb Background Color

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

This div background color is #cc49eb


#cc49eb Border Color

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

This div border color is #cc49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc49eb


Comments

No comments written yet.

Please login to write comment.