Color Hex Logo

#d952ef Color Hex

#D952EF
(217,82,239)
0 Favorites   0 Comments

Color spaces of #d952ef

RGB 21782239
HSL0.810.830.63
HSV292°66°94°
CMYK 0.090.660.00   0.06
XYZ47.212627.018384.3880
Yxy27.01830.29760.1703
Hunter Lab51.979171.1679-59.8718
CIE-Lab58.991372.7448-54.4164

#d952ef color RGB value is (217,82,239).

#d952ef hex color red value is 217, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d952ef hue: 0.81 , saturation: 0.83 and the lightness value of d952ef is 0.63.

The process color (four color CMYK) of #d952ef color hex is 0.09, 0.66, 0.00, 0.06. Web safe color of #d952ef is #cc66ff. Color #d952ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 11101111
Octal 331 122 357
Decimal 217 82 239
Hex D9 52 EF

RGB Percentages of Color #d952ef

%40.33
%15.24
%44.42

CMYK Percentages of Color #d952ef

%9
%66
%0
%6

Triadic Colors of #d952ef

#d952ef #efd952 #52efd9

Analogous Colors of #d952ef

#d952ef #ef52b7 #8b52ef

Monochromatic Colors of #d952ef

#d952ef

Complementary Color

#d952ef #68ef52

#d952ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d952ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d952ef Color CSS Codes

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

#d952ef Text Font Color

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

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


#d952ef Background Color

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

This div background color is #d952ef


#d952ef Border Color

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

This div border color is #d952ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,82,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d952ef


Comments

No comments written yet.

Please login to write comment.