Color Hex Logo

#d252df Color Hex

#D252DF
(210,82,223)
0 Favorites   0 Comments

Color spaces of #d252df

RGB 21082223
HSL0.820.690.60
HSV294°63°87°
CMYK 0.060.630.00   0.13
XYZ42.914925.063972.3880
Yxy25.06390.30570.1786
Hunter Lab50.063965.3990-50.6835
CIE-Lab57.137668.3351-48.4556

#d252df color RGB value is (210,82,223).

#d252df hex color red value is 210, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d252df hue: 0.82 , saturation: 0.69 and the lightness value of d252df is 0.60.

The process color (four color CMYK) of #d252df color hex is 0.06, 0.63, 0.00, 0.13. Web safe color of #d252df is #cc66cc. Color #d252df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010010 11011111
Octal 322 122 337
Decimal 210 82 223
Hex D2 52 DF

RGB Percentages of Color #d252df

%40.78
%15.92
%43.30

CMYK Percentages of Color #d252df

%6
%63
%0
%13

Triadic Colors of #d252df

#d252df #dfd252 #52dfd2

Analogous Colors of #d252df

#d252df #df52a6 #8c52df

Monochromatic Colors of #d252df

#d252df

Complementary Color

#d252df #5fdf52

#d252df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d252df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d252df Color CSS Codes

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

#d252df Text Font Color

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

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


#d252df Background Color

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

This div background color is #d252df


#d252df Border Color

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

This div border color is #d252df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d252df


Comments

No comments written yet.

Please login to write comment.