Color Hex Logo

#d994ea Color Hex

#D994EA
(217,148,234)
0 Favorites   0 Comments

Color spaces of #d994ea

RGB 217148234
HSL0.800.670.75
HSV288°37°92°
CMYK 0.070.370.00   0.08
XYZ54.056541.872083.0749
Yxy41.87200.30200.2339
Hunter Lab64.708635.8760-30.8224
CIE-Lab70.782640.1973-33.1287

#d994ea color RGB value is (217,148,234).

#d994ea hex color red value is 217, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d994ea hue: 0.80 , saturation: 0.67 and the lightness value of d994ea is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11101010
Octal 331 224 352
Decimal 217 148 234
Hex D9 94 EA

RGB Percentages of Color #d994ea

%36.23
%24.71
%39.07

CMYK Percentages of Color #d994ea

%7
%37
%0
%8

Triadic Colors of #d994ea

#d994ea #ead994 #94ead9

Analogous Colors of #d994ea

#d994ea #ea94d0 #ae94ea

Monochromatic Colors of #d994ea

#d994ea

Complementary Color

#d994ea #a5ea94

#d994ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994ea Color CSS Codes

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

#d994ea Text Font Color

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

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


#d994ea Background Color

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

This div background color is #d994ea


#d994ea Border Color

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

This div border color is #d994ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994ea


Comments

No comments written yet.

Please login to write comment.