Color Hex Logo

#cc4ada Color Hex

#CC4ADA
(204,74,218)
0 Favorites   0 Comments

Color spaces of #cc4ada

RGB 20474218
HSL0.820.660.57
HSV294°66°85°
CMYK 0.060.660.00   0.15
XYZ40.005522.796968.6214
Yxy22.79690.30440.1735
Hunter Lab47.746166.0059-51.7902
CIE-Lab54.862569.2697-49.2965

#cc4ada color RGB value is (204,74,218).

#cc4ada hex color red value is 204, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc4ada hue: 0.82 , saturation: 0.66 and the lightness value of cc4ada is 0.57.

The process color (four color CMYK) of #cc4ada color hex is 0.06, 0.66, 0.00, 0.15. Web safe color of #cc4ada is #cc33cc. Color #cc4ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001010 11011010
Octal 314 112 332
Decimal 204 74 218
Hex CC 4A DA

RGB Percentages of Color #cc4ada

%41.13
%14.92
%43.95

CMYK Percentages of Color #cc4ada

%6
%66
%0
%15

Triadic Colors of #cc4ada

#cc4ada #dacc4a #4adacc

Analogous Colors of #cc4ada

#cc4ada #da4aa0 #844ada

Monochromatic Colors of #cc4ada

#cc4ada

Complementary Color

#cc4ada #58da4a

#cc4ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ada Color CSS Codes

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

#cc4ada Text Font Color

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

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


#cc4ada Background Color

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

This div background color is #cc4ada


#cc4ada Border Color

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

This div border color is #cc4ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ada


Comments

No comments written yet.

Please login to write comment.