Color Hex Logo

#d93aef Color Hex

#D93AEF
(217,58,239)
0 Favorites   0 Comments

Color spaces of #d93aef

RGB 21758239
HSL0.810.850.58
HSV293°76°94°
CMYK 0.090.760.00   0.06
XYZ45.708324.009883.8866
Yxy24.00980.29760.1563
Hunter Lab48.999880.7599-67.2034
CIE-Lab56.097680.9663-59.0409

#d93aef color RGB value is (217,58,239).

#d93aef hex color red value is 217, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d93aef hue: 0.81 , saturation: 0.85 and the lightness value of d93aef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111010 11101111
Octal 331 72 357
Decimal 217 58 239
Hex D9 3A EF

RGB Percentages of Color #d93aef

%42.22
%11.28
%46.50

CMYK Percentages of Color #d93aef

%9
%76
%0
%6

Triadic Colors of #d93aef

#d93aef #efd93a #3aefd9

Analogous Colors of #d93aef

#d93aef #ef3aab #7f3aef

Monochromatic Colors of #d93aef

#d93aef

Complementary Color

#d93aef #50ef3a

#d93aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93aef Color CSS Codes

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

#d93aef Text Font Color

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

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


#d93aef Background Color

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

This div background color is #d93aef


#d93aef Border Color

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

This div border color is #d93aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93aef


Comments

No comments written yet.

Please login to write comment.