Color Hex Logo

#c90aeb Color Hex

#C90AEB
(201,10,235)
0 Favorites   0 Comments

Color spaces of #c90aeb

RGB 20110235
HSL0.810.920.48
HSV291°96°92°
CMYK 0.140.960.00   0.08
XYZ39.191318.632780.1281
Yxy18.63270.28410.1351
Hunter Lab43.165686.5255-79.8438
CIE-Lab50.254786.5715-66.3347

#c90aeb color RGB value is (201,10,235).

#c90aeb hex color red value is 201, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c90aeb hue: 0.81 , saturation: 0.92 and the lightness value of c90aeb is 0.48.

The process color (four color CMYK) of #c90aeb color hex is 0.14, 0.96, 0.00, 0.08. Web safe color of #c90aeb is #cc00ff. Color #c90aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001010 11101011
Octal 311 12 353
Decimal 201 10 235
Hex C9 A EB

RGB Percentages of Color #c90aeb

%45.07
%2.24
%52.69

CMYK Percentages of Color #c90aeb

%14
%96
%0
%8

Triadic Colors of #c90aeb

#c90aeb #ebc90a #0aebc9

Analogous Colors of #c90aeb

#c90aeb #eb0a9d #590aeb

Monochromatic Colors of #c90aeb

#c90aeb

Complementary Color

#c90aeb #2ceb0a

#c90aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90aeb Color CSS Codes

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

#c90aeb Text Font Color

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

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


#c90aeb Background Color

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

This div background color is #c90aeb


#c90aeb Border Color

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

This div border color is #c90aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90aeb


Comments

No comments written yet.

Please login to write comment.