Color Hex Logo

#c920e3 Color Hex

#C920E3
(201,32,227)
0 Favorites   0 Comments

Color spaces of #c920e3

RGB 20132227
HSL0.810.780.51
HSV292°86°89°
CMYK 0.110.860.00   0.11
XYZ38.469018.996674.3122
Yxy18.99660.29190.1442
Hunter Lab43.585181.2735-70.5794
CIE-Lab50.683282.4239-61.1170

#c920e3 color RGB value is (201,32,227).

#c920e3 hex color red value is 201, green value is 32 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c920e3 hue: 0.81 , saturation: 0.78 and the lightness value of c920e3 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11100011
Octal 311 40 343
Decimal 201 32 227
Hex C9 20 E3

RGB Percentages of Color #c920e3

%43.70
%6.96
%49.35

CMYK Percentages of Color #c920e3

%11
%86
%0
%11

Triadic Colors of #c920e3

#c920e3 #e3c920 #20e3c9

Analogous Colors of #c920e3

#c920e3 #e3209c #6820e3

Monochromatic Colors of #c920e3

#c920e3

Complementary Color

#c920e3 #3ae320

#c920e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920e3 Color CSS Codes

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

#c920e3 Text Font Color

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

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


#c920e3 Background Color

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

This div background color is #c920e3


#c920e3 Border Color

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

This div border color is #c920e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920e3


Comments

No comments written yet.

Please login to write comment.