Color Hex Logo

#d852ff Color Hex

#D852FF
(216,82,255)
0 Favorites   0 Comments

Color spaces of #d852ff

RGB 21682255
HSL0.801.000.66
HSV286°68°100°
CMYK 0.150.680.00   0.00
XYZ49.386227.853597.3811
Yxy27.85350.28280.1595
Hunter Lab52.776474.6749-72.4562
CIE-Lab59.756275.4337-62.0799

#d852ff color RGB value is (216,82,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 11111111
Octal 330 122 377
Decimal 216 82 255
Hex D8 52 FF

RGB Percentages of Color #d852ff

%39.06
%14.83
%46.11

CMYK Percentages of Color #d852ff

%15
%68
%0
%0

Triadic Colors of #d852ff

#d852ff #ffd852 #52ffd8

Analogous Colors of #d852ff

#d852ff #ff52d0 #8252ff

Monochromatic Colors of #d852ff

#d852ff

Complementary Color

#d852ff #79ff52

#d852ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d852ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d852ff Color CSS Codes

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

#d852ff Text Font Color

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

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


#d852ff Background Color

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

This div background color is #d852ff


#d852ff Border Color

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

This div border color is #d852ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d852ff

Related Colors


Comments

No comments written yet.

Please login to write comment.