Color Hex Logo

#d493eb Color Hex

#D493EB
(212,147,235)
0 Favorites   0 Comments

Color spaces of #d493eb

RGB 212147235
HSL0.790.690.75
HSV284°37°92°
CMYK 0.100.370.00   0.08
XYZ52.580540.862683.7132
Yxy40.86260.29680.2307
Hunter Lab63.923934.9582-32.8981
CIE-Lab70.079639.4223-34.8077

#d493eb color RGB value is (212,147,235).

#d493eb hex color red value is 212, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d493eb hue: 0.79 , saturation: 0.69 and the lightness value of d493eb is 0.75.

The process color (four color CMYK) of #d493eb color hex is 0.10, 0.37, 0.00, 0.08. Web safe color of #d493eb is #cc99ff. Color #d493eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11101011
Octal 324 223 353
Decimal 212 147 235
Hex D4 93 EB

RGB Percentages of Color #d493eb

%35.69
%24.75
%39.56

CMYK Percentages of Color #d493eb

%10
%37
%0
%8

Triadic Colors of #d493eb

#d493eb #ebd493 #93ebd4

Analogous Colors of #d493eb

#d493eb #eb93d6 #a893eb

Monochromatic Colors of #d493eb

#d493eb

Complementary Color

#d493eb #aaeb93

#d493eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493eb Color CSS Codes

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

#d493eb Text Font Color

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

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


#d493eb Background Color

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

This div background color is #d493eb


#d493eb Border Color

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

This div border color is #d493eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493eb


Comments

No comments written yet.

Please login to write comment.