Color Hex Logo

#c94adc Color Hex

#C94ADC
(201,74,220)
0 Favorites   0 Comments

Color spaces of #c94adc

RGB 20174220
HSL0.810.680.58
HSV292°66°86°
CMYK 0.090.660.00   0.14
XYZ39.454422.482469.9702
Yxy22.48240.29910.1704
Hunter Lab47.415665.5521-54.3021
CIE-Lab54.535168.9522-50.9772

#c94adc color RGB value is (201,74,220).

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

The process color (four color CMYK) of #c94adc color hex is 0.09, 0.66, 0.00, 0.14. Web safe color of #c94adc is #cc33cc. Color #c94adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11011100
Octal 311 112 334
Decimal 201 74 220
Hex C9 4A DC

RGB Percentages of Color #c94adc

%40.61
%14.95
%44.44

CMYK Percentages of Color #c94adc

%9
%66
%0
%14

Triadic Colors of #c94adc

#c94adc #dcc94a #4adcc9

Analogous Colors of #c94adc

#c94adc #dc4aa6 #804adc

Monochromatic Colors of #c94adc

#c94adc

Complementary Color

#c94adc #5ddc4a

#c94adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94adc Color CSS Codes

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

#c94adc Text Font Color

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

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


#c94adc Background Color

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

This div background color is #c94adc


#c94adc Border Color

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

This div border color is #c94adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94adc


Comments

No comments written yet.

Please login to write comment.