Color Hex Logo

#cc3add Color Hex

#CC3ADD
(204,58,221)
0 Favorites   0 Comments

Color spaces of #cc3add

RGB 20458221
HSL0.820.710.55
HSV294°74°87°
CMYK 0.080.740.00   0.13
XYZ39.466021.083970.3961
Yxy21.08390.30140.1610
Hunter Lab45.917273.0663-58.7560
CIE-Lab53.041275.4282-53.9024

#cc3add color RGB value is (204,58,221).

#cc3add hex color red value is 204, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc3add hue: 0.82 , saturation: 0.71 and the lightness value of cc3add is 0.55.

The process color (four color CMYK) of #cc3add color hex is 0.08, 0.74, 0.00, 0.13. Web safe color of #cc3add is #cc33cc. Color #cc3add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111010 11011101
Octal 314 72 335
Decimal 204 58 221
Hex CC 3A DD

RGB Percentages of Color #cc3add

%42.24
%12.01
%45.76

CMYK Percentages of Color #cc3add

%8
%74
%0
%13

Triadic Colors of #cc3add

#cc3add #ddcc3a #3addcc

Analogous Colors of #cc3add

#cc3add #dd3a9d #7b3add

Monochromatic Colors of #cc3add

#cc3add

Complementary Color

#cc3add #4bdd3a

#cc3add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3add Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3add Color CSS Codes

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

#cc3add Text Font Color

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

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


#cc3add Background Color

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

This div background color is #cc3add


#cc3add Border Color

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

This div border color is #cc3add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3add


Comments

No comments written yet.

Please login to write comment.