Color Hex Logo

#d44eef Color Hex

#D44EEF
(212,78,239)
0 Favorites   0 Comments

Color spaces of #d44eef

RGB 21278239
HSL0.810.830.62
HSV290°67°94°
CMYK 0.110.670.00   0.06
XYZ45.455825.677884.2219
Yxy25.67780.29260.1653
Hunter Lab50.673371.4429-63.0721
CIE-Lab57.729973.2077-56.4705

#d44eef color RGB value is (212,78,239).

#d44eef hex color red value is 212, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d44eef hue: 0.81 , saturation: 0.83 and the lightness value of d44eef is 0.62.

The process color (four color CMYK) of #d44eef color hex is 0.11, 0.67, 0.00, 0.06. Web safe color of #d44eef is #cc66ff. Color #d44eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001110 11101111
Octal 324 116 357
Decimal 212 78 239
Hex D4 4E EF

RGB Percentages of Color #d44eef

%40.08
%14.74
%45.18

CMYK Percentages of Color #d44eef

%11
%67
%0
%6

Triadic Colors of #d44eef

#d44eef #efd44e #4eefd4

Analogous Colors of #d44eef

#d44eef #ef4eba #844eef

Monochromatic Colors of #d44eef

#d44eef

Complementary Color

#d44eef #69ef4e

#d44eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44eef Color CSS Codes

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

#d44eef Text Font Color

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

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


#d44eef Background Color

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

This div background color is #d44eef


#d44eef Border Color

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

This div border color is #d44eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,78,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d44eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d44eef;
  -webkit-box-shadow: 1px 1px 3px 2px #d44eef;
  box-shadow:         1px 1px 3px 2px #d44eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,78,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44eef


Comments

No comments written yet.

Please login to write comment.