Color Hex Logo

#d40edf Color Hex

#D40EDF
(212,14,223)
0 Favorites   0 Comments

Color spaces of #d40edf

RGB 21214223
HSL0.820.880.46
HSV297°94°87°
CMYK 0.050.940.00   0.13
XYZ40.627719.638871.4614
Yxy19.63880.30840.1491
Hunter Lab44.315786.0926-64.5873
CIE-Lab51.426386.0134-57.5546

#d40edf color RGB value is (212,14,223).

#d40edf hex color red value is 212, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d40edf hue: 0.82 , saturation: 0.88 and the lightness value of d40edf is 0.46.

The process color (four color CMYK) of #d40edf color hex is 0.05, 0.94, 0.00, 0.13. Web safe color of #d40edf is #cc00cc. Color #d40edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001110 11011111
Octal 324 16 337
Decimal 212 14 223
Hex D4 E DF

RGB Percentages of Color #d40edf

%47.22
%3.12
%49.67

CMYK Percentages of Color #d40edf

%5
%94
%0
%13

Triadic Colors of #d40edf

#d40edf #dfd40e #0edfd4

Analogous Colors of #d40edf

#d40edf #df0e82 #6c0edf

Monochromatic Colors of #d40edf

#d40edf

Complementary Color

#d40edf #19df0e

#d40edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40edf Color CSS Codes

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

#d40edf Text Font Color

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

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


#d40edf Background Color

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

This div background color is #d40edf


#d40edf Border Color

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

This div border color is #d40edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40edf


Comments

No comments written yet.

Please login to write comment.