Color Hex Logo

#c90eda Color Hex

#C90EDA
(201,14,218)
0 Favorites   0 Comments

Color spaces of #c90eda

RGB 20114218
HSL0.820.880.45
HSV295°94°85°
CMYK 0.080.940.00   0.15
XYZ36.899317.793567.8194
Yxy17.79350.30120.1452
Hunter Lab42.182382.3250-65.7969
CIE-Lab49.244783.5240-58.3118

#c90eda color RGB value is (201,14,218).

#c90eda hex color red value is 201, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c90eda hue: 0.82 , saturation: 0.88 and the lightness value of c90eda is 0.45.

The process color (four color CMYK) of #c90eda color hex is 0.08, 0.94, 0.00, 0.15. Web safe color of #c90eda is #cc00cc. Color #c90eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001110 11011010
Octal 311 16 332
Decimal 201 14 218
Hex C9 E DA

RGB Percentages of Color #c90eda

%46.42
%3.23
%50.35

CMYK Percentages of Color #c90eda

%8
%94
%0
%15

Triadic Colors of #c90eda

#c90eda #dac90e #0edac9

Analogous Colors of #c90eda

#c90eda #da0e85 #630eda

Monochromatic Colors of #c90eda

#c90eda

Complementary Color

#c90eda #1fda0e

#c90eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90eda Color CSS Codes

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

#c90eda Text Font Color

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

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


#c90eda Background Color

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

This div background color is #c90eda


#c90eda Border Color

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

This div border color is #c90eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90eda


Comments

No comments written yet.

Please login to write comment.