Color Hex Logo

#cc3ae5 Color Hex

#CC3AE5
(204,58,229)
0 Favorites   0 Comments

Color spaces of #cc3ae5

RGB 20458229
HSL0.810.770.56
HSV291°75°90°
CMYK 0.110.750.00   0.10
XYZ40.557821.520676.1450
Yxy21.52060.29340.1557
Hunter Lab46.390374.8748-64.8453
CIE-Lab53.514676.7961-57.6712

#cc3ae5 color RGB value is (204,58,229).

#cc3ae5 hex color red value is 204, green value is 58 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cc3ae5 hue: 0.81 , saturation: 0.77 and the lightness value of cc3ae5 is 0.56.

The process color (four color CMYK) of #cc3ae5 color hex is 0.11, 0.75, 0.00, 0.10. Web safe color of #cc3ae5 is #cc33cc. Color #cc3ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111010 11100101
Octal 314 72 345
Decimal 204 58 229
Hex CC 3A E5

RGB Percentages of Color #cc3ae5

%41.55
%11.81
%46.64

CMYK Percentages of Color #cc3ae5

%11
%75
%0
%10

Triadic Colors of #cc3ae5

#cc3ae5 #e5cc3a #3ae5cc

Analogous Colors of #cc3ae5

#cc3ae5 #e53aa9 #773ae5

Monochromatic Colors of #cc3ae5

#cc3ae5

Complementary Color

#cc3ae5 #53e53a

#cc3ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3ae5 Color CSS Codes

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

#cc3ae5 Text Font Color

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

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


#cc3ae5 Background Color

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

This div background color is #cc3ae5


#cc3ae5 Border Color

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

This div border color is #cc3ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3ae5


Comments

No comments written yet.

Please login to write comment.