Color Hex Logo

#d394ec Color Hex

#D394EC
(211,148,236)
0 Favorites   0 Comments

Color spaces of #d394ec

RGB 211148236
HSL0.790.700.75
HSV283°37°93°
CMYK 0.110.370.00   0.07
XYZ52.594241.084884.5150
Yxy41.08480.29520.2306
Hunter Lab64.097434.2951-33.3080
CIE-Lab70.235338.7867-35.1223

#d394ec color RGB value is (211,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11101100
Octal 323 224 354
Decimal 211 148 236
Hex D3 94 EC

RGB Percentages of Color #d394ec

%35.46
%24.87
%39.66

CMYK Percentages of Color #d394ec

%11
%37
%0
%7

Triadic Colors of #d394ec

#d394ec #ecd394 #94ecd3

Analogous Colors of #d394ec

#d394ec #ec94d9 #a794ec

Monochromatic Colors of #d394ec

#d394ec

Complementary Color

#d394ec #adec94

#d394ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394ec Color CSS Codes

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

#d394ec Text Font Color

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

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


#d394ec Background Color

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

This div background color is #d394ec


#d394ec Border Color

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

This div border color is #d394ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394ec


Comments

No comments written yet.

Please login to write comment.