color codes Logo

#cc29ea color codes

#CC29EA
(204,41,234)
0 Favorites   0 Comments

Color spaces of #cc29ea

RGB 20441234
HSL0.810.820.54
HSV291°82°92°
CMYK 0.130.820.00   0.08
XYZ40.546120.363879.6355
Yxy20.36380.28850.1449
Hunter Lab45.126381.4119-73.0422
CIE-Lab52.246182.2278-62.5305

#cc29ea color RGB value is (204,41,234).

#cc29ea hex color red value is 204, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc29ea hue: 0.81 , saturation: 0.82 and the lightness value of cc29ea is 0.54.

The process color (four color CMYK) of #cc29ea color code is 0.13, 0.82, 0.00, 0.08. Web safe color of #cc29ea is #cc33ff. Color #cc29ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101001 11101010
Octal 314 51 352
Decimal 204 41 234
Hex CC 29 EA

RGB Percentages of Color #cc29ea

%42.59
%8.56
%48.85

CMYK Percentages of Color #cc29ea

%13
%82
%0
%8

Triadic Colors of #cc29ea

#cc29ea #eacc29 #29eacc

Analogous Colors of #cc29ea

#cc29ea #ea29a8 #6c29ea

Monochromatic Colors of #cc29ea

#cc29ea

Complementary Color

#cc29ea #47ea29

#cc29ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc29ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc29ea Color CSS Codes

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

#cc29ea Text Font Color

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

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


#cc29ea Background Color

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

This div background color is #cc29ea


#cc29ea Border Color

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

This div border color is #cc29ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc29ea


Comments

No comments written yet.

Please login to write comment.