Color Hex Logo

#d458df Color Hex

#D458DF
(212,88,223)
0 Favorites   0 Comments

Color spaces of #d458df

RGB 21288223
HSL0.820.680.61
HSV295°61°87°
CMYK 0.050.610.00   0.13
XYZ43.960426.304272.5723
Yxy26.30420.30780.1842
Hunter Lab51.287663.2452-47.9944
CIE-Lab58.324766.3085-46.5570

#d458df color RGB value is (212,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011000 11011111
Octal 324 130 337
Decimal 212 88 223
Hex D4 58 DF

RGB Percentages of Color #d458df

%40.54
%16.83
%42.64

CMYK Percentages of Color #d458df

%5
%61
%0
%13

Triadic Colors of #d458df

#d458df #dfd458 #58dfd4

Analogous Colors of #d458df

#d458df #df58a7 #9158df

Monochromatic Colors of #d458df

#d458df

Complementary Color

#d458df #63df58

#d458df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d458df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d458df Color CSS Codes

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

#d458df Text Font Color

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

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


#d458df Background Color

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

This div background color is #d458df


#d458df Border Color

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

This div border color is #d458df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d458df


Comments

No comments written yet.

Please login to write comment.