Color Hex Logo

#d493ee Color Hex

#D493EE
(212,147,238)
0 Favorites   0 Comments

Color spaces of #d493ee

RGB 212147238
HSL0.790.730.75
HSV283°38°93°
CMYK 0.110.380.00   0.07
XYZ53.017741.037586.0156
Yxy41.03750.29440.2279
Hunter Lab64.060535.6241-34.7677
CIE-Lab70.202240.0282-36.2608

#d493ee color RGB value is (212,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11101110
Octal 324 223 356
Decimal 212 147 238
Hex D4 93 EE

RGB Percentages of Color #d493ee

%35.51
%24.62
%39.87

CMYK Percentages of Color #d493ee

%11
%38
%0
%7

Triadic Colors of #d493ee

#d493ee #eed493 #93eed4

Analogous Colors of #d493ee

#d493ee #ee93db #a793ee

Monochromatic Colors of #d493ee

#d493ee

Complementary Color

#d493ee #adee93

#d493ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493ee Color CSS Codes

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

#d493ee Text Font Color

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

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


#d493ee Background Color

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

This div background color is #d493ee


#d493ee Border Color

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

This div border color is #d493ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493ee


Comments

No comments written yet.

Please login to write comment.