Color Hex Logo

#c91aeb Color Hex

#C91AEB
(201,26,235)
0 Favorites   0 Comments

Color spaces of #c91aeb

RGB 20126235
HSL0.810.840.51
HSV290°89°92°
CMYK 0.140.890.00   0.08
XYZ39.452219.154580.2151
Yxy19.15450.28420.1380
Hunter Lab43.765984.3164-78.0320
CIE-Lab50.867584.7542-65.3435

#c91aeb color RGB value is (201,26,235).

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

The process color (four color CMYK) of #c91aeb color hex is 0.14, 0.89, 0.00, 0.08. Web safe color of #c91aeb is #cc33ff. Color #c91aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011010 11101011
Octal 311 32 353
Decimal 201 26 235
Hex C9 1A EB

RGB Percentages of Color #c91aeb

%43.51
%5.63
%50.87

CMYK Percentages of Color #c91aeb

%14
%89
%0
%8

Triadic Colors of #c91aeb

#c91aeb #ebc91a #1aebc9

Analogous Colors of #c91aeb

#c91aeb #eb1aa5 #601aeb

Monochromatic Colors of #c91aeb

#c91aeb

Complementary Color

#c91aeb #3ceb1a

#c91aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91aeb Color CSS Codes

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

#c91aeb Text Font Color

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

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


#c91aeb Background Color

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

This div background color is #c91aeb


#c91aeb Border Color

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

This div border color is #c91aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91aeb


Comments

No comments written yet.

Please login to write comment.