Color Hex Logo

#d025df Color Hex

#D025DF
(208,37,223)
0 Favorites   0 Comments

Color spaces of #d025df

RGB 20837223
HSL0.820.740.51
HSV295°83°87°
CMYK 0.070.830.00   0.13
XYZ39.993320.060771.5763
Yxy20.06070.30380.1524
Hunter Lab44.789281.0058-63.3972
CIE-Lab51.905881.9762-56.8211

#d025df color RGB value is (208,37,223).

#d025df hex color red value is 208, green value is 37 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d025df hue: 0.82 , saturation: 0.74 and the lightness value of d025df is 0.51.

The process color (four color CMYK) of #d025df color hex is 0.07, 0.83, 0.00, 0.13. Web safe color of #d025df is #cc33cc. Color #d025df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100101 11011111
Octal 320 45 337
Decimal 208 37 223
Hex D0 25 DF

RGB Percentages of Color #d025df

%44.44
%7.91
%47.65

CMYK Percentages of Color #d025df

%7
%83
%0
%13

Triadic Colors of #d025df

#d025df #dfd025 #25dfd0

Analogous Colors of #d025df

#d025df #df2591 #7325df

Monochromatic Colors of #d025df

#d025df

Complementary Color

#d025df #34df25

#d025df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d025df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d025df Color CSS Codes

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

#d025df Text Font Color

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

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


#d025df Background Color

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

This div background color is #d025df


#d025df Border Color

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

This div border color is #d025df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d025df


Comments

No comments written yet.

Please login to write comment.