Color Hex Logo

#c20ad7 Color Hex

#C20AD7
(194,10,215)
0 Favorites   0 Comments

Color spaces of #c20ad7

RGB 19410215
HSL0.820.910.44
HSV294°95°84°
CMYK 0.100.950.00   0.16
XYZ34.622416.592765.6679
Yxy16.59270.29620.1420
Hunter Lab40.734180.4332-67.0681
CIE-Lab47.742782.3359-59.0759

#c20ad7 color RGB value is (194,10,215).

#c20ad7 hex color red value is 194, green value is 10 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c20ad7 hue: 0.82 , saturation: 0.91 and the lightness value of c20ad7 is 0.44.

The process color (four color CMYK) of #c20ad7 color hex is 0.10, 0.95, 0.00, 0.16. Web safe color of #c20ad7 is #cc00cc. Color #c20ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 11010111
Octal 302 12 327
Decimal 194 10 215
Hex C2 A D7

RGB Percentages of Color #c20ad7

%46.30
%2.39
%51.31

CMYK Percentages of Color #c20ad7

%10
%95
%0
%16

Triadic Colors of #c20ad7

#c20ad7 #d7c20a #0ad7c2

Analogous Colors of #c20ad7

#c20ad7 #d70a86 #5b0ad7

Monochromatic Colors of #c20ad7

#c20ad7

Complementary Color

#c20ad7 #1fd70a

#c20ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20ad7 Color CSS Codes

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

#c20ad7 Text Font Color

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

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


#c20ad7 Background Color

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

This div background color is #c20ad7


#c20ad7 Border Color

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

This div border color is #c20ad7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,10,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20ad7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20ad7;
  -webkit-box-shadow: 1px 1px 3px 2px #c20ad7;
  box-shadow:         1px 1px 3px 2px #c20ad7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,10,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20ad7


Comments

No comments written yet.

Please login to write comment.