Color Hex Logo

#d91aef Color Hex

#D91AEF
(217,26,239)
0 Favorites   0 Comments

Color spaces of #d91aef

RGB 21726239
HSL0.820.870.52
HSV294°89°94°
CMYK 0.090.890.00   0.06
XYZ44.564721.722583.5054
Yxy21.72250.29750.1450
Hunter Lab46.607489.1138-73.6033
CIE-Lab53.731387.8712-62.8426

#d91aef color RGB value is (217,26,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011010 11101111
Octal 331 32 357
Decimal 217 26 239
Hex D9 1A EF

RGB Percentages of Color #d91aef

%45.02
%5.39
%49.59

CMYK Percentages of Color #d91aef

%9
%89
%0
%6

Triadic Colors of #d91aef

#d91aef #efd91a #1aefd9

Analogous Colors of #d91aef

#d91aef #ef1a9b #6f1aef

Monochromatic Colors of #d91aef

#d91aef

Complementary Color

#d91aef #30ef1a

#d91aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91aef Color CSS Codes

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

#d91aef Text Font Color

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

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


#d91aef Background Color

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

This div background color is #d91aef


#d91aef Border Color

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

This div border color is #d91aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91aef


Comments

No comments written yet.

Please login to write comment.