Color Hex Logo

#d394e9 Color Hex

#D394E9
(211,148,233)
0 Favorites   0 Comments

Color spaces of #d394e9

RGB 211148233
HSL0.790.660.75
HSV284°36°91°
CMYK 0.090.360.00   0.09
XYZ52.161940.911982.2383
Yxy40.91190.29750.2334
Hunter Lab63.962433.6341-31.4572
CIE-Lab70.114238.1811-33.6656

#d394e9 color RGB value is (211,148,233).

#d394e9 hex color red value is 211, green value is 148 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #d394e9 hue: 0.79 , saturation: 0.66 and the lightness value of d394e9 is 0.75.

The process color (four color CMYK) of #d394e9 color hex is 0.09, 0.36, 0.00, 0.09. Web safe color of #d394e9 is #cc99ff. Color #d394e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11101001
Octal 323 224 351
Decimal 211 148 233
Hex D3 94 E9

RGB Percentages of Color #d394e9

%35.64
%25.00
%39.36

CMYK Percentages of Color #d394e9

%9
%36
%0
%9

Triadic Colors of #d394e9

#d394e9 #e9d394 #94e9d3

Analogous Colors of #d394e9

#d394e9 #e994d5 #a994e9

Monochromatic Colors of #d394e9

#d394e9

Complementary Color

#d394e9 #aae994

#d394e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394e9 Color CSS Codes

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

#d394e9 Text Font Color

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

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


#d394e9 Background Color

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

This div background color is #d394e9


#d394e9 Border Color

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

This div border color is #d394e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,148,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d394e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d394e9;
  -webkit-box-shadow: 1px 1px 3px 2px #d394e9;
  box-shadow:         1px 1px 3px 2px #d394e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,148,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394e9


Comments

No comments written yet.

Please login to write comment.