Color Hex Logo

#d44fed Color Hex

#D44FED
(212,79,237)
0 Favorites   0 Comments

Color spaces of #d44fed

RGB 21279237
HSL0.810.810.62
HSV291°67°93°
CMYK 0.110.670.00   0.07
XYZ45.233425.703482.6980
Yxy25.70340.29440.1673
Hunter Lab50.698570.5359-61.2232
CIE-Lab57.754472.4634-55.3142

#d44fed color RGB value is (212,79,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 11101101
Octal 324 117 355
Decimal 212 79 237
Hex D4 4F ED

RGB Percentages of Color #d44fed

%40.15
%14.96
%44.89

CMYK Percentages of Color #d44fed

%11
%67
%0
%7

Triadic Colors of #d44fed

#d44fed #edd44f #4fedd4

Analogous Colors of #d44fed

#d44fed #ed4fb7 #854fed

Monochromatic Colors of #d44fed

#d44fed

Complementary Color

#d44fed #68ed4f

#d44fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fed Color CSS Codes

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

#d44fed Text Font Color

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

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


#d44fed Background Color

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

This div background color is #d44fed


#d44fed Border Color

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

This div border color is #d44fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fed


Comments

No comments written yet.

Please login to write comment.