Color Hex Logo

#d752ff Color Hex

#D752FF
(215,82,255)
0 Favorites   0 Comments

Color spaces of #d752ff

RGB 21582255
HSL0.791.000.66
HSV286°68°100°
CMYK 0.160.680.00   0.00
XYZ49.091627.701797.3673
Yxy27.70170.28190.1591
Hunter Lab52.632474.3848-72.8408
CIE-Lab59.618375.2271-62.3086

#d752ff color RGB value is (215,82,255).

#d752ff hex color red value is 215, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d752ff hue: 0.79 , saturation: 1.00 and the lightness value of d752ff is 0.66.

The process color (four color CMYK) of #d752ff color hex is 0.16, 0.68, 0.00, 0.00. Web safe color of #d752ff is #cc66ff. Color #d752ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 11111111
Octal 327 122 377
Decimal 215 82 255
Hex D7 52 FF

RGB Percentages of Color #d752ff

%38.95
%14.86
%46.20

CMYK Percentages of Color #d752ff

%16
%68
%0
%0

Triadic Colors of #d752ff

#d752ff #ffd752 #52ffd7

Analogous Colors of #d752ff

#d752ff #ff52d1 #8152ff

Monochromatic Colors of #d752ff

#d752ff

Complementary Color

#d752ff #7aff52

#d752ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d752ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d752ff Color CSS Codes

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

#d752ff Text Font Color

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

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


#d752ff Background Color

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

This div background color is #d752ff


#d752ff Border Color

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

This div border color is #d752ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d752ff


Comments

No comments written yet.

Please login to write comment.