Color Hex Logo

#d91aee Color Hex

#D91AEE
(217,26,238)
0 Favorites   0 Comments

Color spaces of #d91aee

RGB 21726238
HSL0.820.860.52
HSV294°89°93°
CMYK 0.090.890.00   0.07
XYZ44.417321.663582.7294
Yxy21.66350.29850.1456
Hunter Lab46.544188.8916-72.8037
CIE-Lab53.668187.7148-62.3827

#d91aee color RGB value is (217,26,238).

#d91aee hex color red value is 217, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d91aee hue: 0.82 , saturation: 0.86 and the lightness value of d91aee is 0.52.

The process color (four color CMYK) of #d91aee color hex is 0.09, 0.89, 0.00, 0.07. Web safe color of #d91aee is #cc33ff. Color #d91aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011010 11101110
Octal 331 32 356
Decimal 217 26 238
Hex D9 1A EE

RGB Percentages of Color #d91aee

%45.11
%5.41
%49.48

CMYK Percentages of Color #d91aee

%9
%89
%0
%7

Triadic Colors of #d91aee

#d91aee #eed91a #1aeed9

Analogous Colors of #d91aee

#d91aee #ee1a99 #6f1aee

Monochromatic Colors of #d91aee

#d91aee

Complementary Color

#d91aee #2fee1a

#d91aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91aee Color CSS Codes

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

#d91aee Text Font Color

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

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


#d91aee Background Color

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

This div background color is #d91aee


#d91aee Border Color

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

This div border color is #d91aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,26,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91aee


Comments

No comments written yet.

Please login to write comment.