Color Hex Logo

#c94ada Color Hex

#C94ADA
(201,74,218)
0 Favorites   0 Comments

Color spaces of #c94ada

RGB 20174218
HSL0.810.660.57
HSV293°66°85°
CMYK 0.080.660.00   0.15
XYZ39.191122.377068.5833
Yxy22.37700.30110.1719
Hunter Lab47.304365.1026-52.8475
CIE-Lab54.424768.5965-50.0196

#c94ada color RGB value is (201,74,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11011010
Octal 311 112 332
Decimal 201 74 218
Hex C9 4A DA

RGB Percentages of Color #c94ada

%40.77
%15.01
%44.22

CMYK Percentages of Color #c94ada

%8
%66
%0
%15

Triadic Colors of #c94ada

#c94ada #dac94a #4adac9

Analogous Colors of #c94ada

#c94ada #da4aa3 #814ada

Monochromatic Colors of #c94ada

#c94ada

Complementary Color

#c94ada #5bda4a

#c94ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ada Color CSS Codes

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

#c94ada Text Font Color

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

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


#c94ada Background Color

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

This div background color is #c94ada


#c94ada Border Color

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

This div border color is #c94ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c94ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ada


Comments

No comments written yet.

Please login to write comment.