Color Hex Logo

#d14dee Color Hex

#D14DEE
(209,77,238)
0 Favorites   0 Comments

Color spaces of #d14dee

RGB 20977238
HSL0.800.830.62
HSV289°68°93°
CMYK 0.120.680.00   0.07
XYZ44.381025.036183.3822
Yxy25.03610.29050.1638
Hunter Lab50.036170.7627-63.7780
CIE-Lab57.110672.7710-56.9262

#d14dee color RGB value is (209,77,238).

#d14dee hex color red value is 209, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d14dee hue: 0.80 , saturation: 0.83 and the lightness value of d14dee is 0.62.

The process color (four color CMYK) of #d14dee color hex is 0.12, 0.68, 0.00, 0.07. Web safe color of #d14dee is #cc66ff. Color #d14dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001101 11101110
Octal 321 115 356
Decimal 209 77 238
Hex D1 4D EE

RGB Percentages of Color #d14dee

%39.89
%14.69
%45.42

CMYK Percentages of Color #d14dee

%12
%68
%0
%7

Triadic Colors of #d14dee

#d14dee #eed14d #4deed1

Analogous Colors of #d14dee

#d14dee #ee4dbb #814dee

Monochromatic Colors of #d14dee

#d14dee

Complementary Color

#d14dee #6aee4d

#d14dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14dee Color CSS Codes

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

#d14dee Text Font Color

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

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


#d14dee Background Color

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

This div background color is #d14dee


#d14dee Border Color

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

This div border color is #d14dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14dee


Comments

No comments written yet.

Please login to write comment.