Color Hex Logo

#d394eb Color Hex

#D394EB
(211,148,235)
0 Favorites   0 Comments

Color spaces of #d394eb

RGB 211148235
HSL0.790.690.75
HSV283°37°92°
CMYK 0.100.370.00   0.08
XYZ52.449341.026983.7519
Yxy41.02690.29590.2315
Hunter Lab64.052234.0736-32.6884
CIE-Lab70.194838.5841-34.6373

#d394eb color RGB value is (211,148,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11101011
Octal 323 224 353
Decimal 211 148 235
Hex D3 94 EB

RGB Percentages of Color #d394eb

%35.52
%24.92
%39.56

CMYK Percentages of Color #d394eb

%10
%37
%0
%8

Triadic Colors of #d394eb

#d394eb #ebd394 #94ebd3

Analogous Colors of #d394eb

#d394eb #eb94d8 #a894eb

Monochromatic Colors of #d394eb

#d394eb

Complementary Color

#d394eb #aceb94

#d394eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394eb Color CSS Codes

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

#d394eb Text Font Color

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

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


#d394eb Background Color

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

This div background color is #d394eb


#d394eb Border Color

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

This div border color is #d394eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394eb


Comments

No comments written yet.

Please login to write comment.