Color Hex Logo

#d752ec Color Hex

#D752EC
(215,82,236)
0 Favorites   0 Comments

Color spaces of #d752ec

RGB 21582236
HSL0.810.800.62
HSV292°65°93°
CMYK 0.090.650.00   0.07
XYZ46.181926.537882.0451
Yxy26.53780.29840.1715
Hunter Lab51.514969.8702-58.3678
CIE-Lab58.544071.7696-53.4714

#d752ec color RGB value is (215,82,236).

#d752ec hex color red value is 215, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d752ec hue: 0.81 , saturation: 0.80 and the lightness value of d752ec is 0.62.

The process color (four color CMYK) of #d752ec color hex is 0.09, 0.65, 0.00, 0.07. Web safe color of #d752ec is #cc66ff. Color #d752ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 11101100
Octal 327 122 354
Decimal 215 82 236
Hex D7 52 EC

RGB Percentages of Color #d752ec

%40.34
%15.38
%44.28

CMYK Percentages of Color #d752ec

%9
%65
%0
%7

Triadic Colors of #d752ec

#d752ec #ecd752 #52ecd7

Analogous Colors of #d752ec

#d752ec #ec52b4 #8a52ec

Monochromatic Colors of #d752ec

#d752ec

Complementary Color

#d752ec #67ec52

#d752ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d752ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d752ec Color CSS Codes

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

#d752ec Text Font Color

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

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


#d752ec Background Color

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

This div background color is #d752ec


#d752ec Border Color

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

This div border color is #d752ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d752ec


Comments

No comments written yet.

Please login to write comment.