Color Hex Logo

#d45edf Color Hex

#D45EDF
(212,94,223)
0 Favorites   0 Comments

Color spaces of #d45edf

RGB 21294223
HSL0.820.670.62
HSV295°58°87°
CMYK 0.050.580.00   0.13
XYZ44.473427.330272.7433
Yxy27.33020.30770.1891
Hunter Lab52.278360.3638-45.9050
CIE-Lab59.278763.6945-45.0492

#d45edf color RGB value is (212,94,223).

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

The process color (four color CMYK) of #d45edf color hex is 0.05, 0.58, 0.00, 0.13. Web safe color of #d45edf is #cc66cc. Color #d45edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011110 11011111
Octal 324 136 337
Decimal 212 94 223
Hex D4 5E DF

RGB Percentages of Color #d45edf

%40.08
%17.77
%42.16

CMYK Percentages of Color #d45edf

%5
%58
%0
%13

Triadic Colors of #d45edf

#d45edf #dfd45e #5edfd4

Analogous Colors of #d45edf

#d45edf #df5eaa #945edf

Monochromatic Colors of #d45edf

#d45edf

Complementary Color

#d45edf #69df5e

#d45edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45edf Color CSS Codes

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

#d45edf Text Font Color

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

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


#d45edf Background Color

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

This div background color is #d45edf


#d45edf Border Color

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

This div border color is #d45edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45edf


Comments

No comments written yet.

Please login to write comment.