Color Hex Logo

#d493ed Color Hex

#D493ED
(212,147,237)
0 Favorites   0 Comments

Color spaces of #d493ed

RGB 212147237
HSL0.790.710.75
HSV283°38°93°
CMYK 0.110.380.00   0.07
XYZ52.871240.978985.2439
Yxy40.97890.29520.2288
Hunter Lab64.014835.4012-34.1419
CIE-Lab70.161139.8257-35.7770

#d493ed color RGB value is (212,147,237).

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

The process color (four color CMYK) of #d493ed color hex is 0.11, 0.38, 0.00, 0.07. Web safe color of #d493ed is #cc99ff. Color #d493ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11101101
Octal 324 223 355
Decimal 212 147 237
Hex D4 93 ED

RGB Percentages of Color #d493ed

%35.57
%24.66
%39.77

CMYK Percentages of Color #d493ed

%11
%38
%0
%7

Triadic Colors of #d493ed

#d493ed #edd493 #93edd4

Analogous Colors of #d493ed

#d493ed #ed93d9 #a793ed

Monochromatic Colors of #d493ed

#d493ed

Complementary Color

#d493ed #aced93

#d493ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493ed Color CSS Codes

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

#d493ed Text Font Color

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

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


#d493ed Background Color

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

This div background color is #d493ed


#d493ed Border Color

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

This div border color is #d493ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,147,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493ed


Comments

No comments written yet.

Please login to write comment.