Color Hex Logo

#d852bd Color Hex

#D852BD
(216,82,189)
0 Favorites   0 Comments

Color spaces of #d852bd

RGB 21682189
HSL0.870.630.58
HSV312°62°85°
CMYK 0.000.620.13   0.15
XYZ40.521524.307650.7002
Yxy24.30760.35070.2104
Hunter Lab49.302760.4278-26.4586
CIE-Lab56.394564.2706-30.1992

#d852bd color RGB value is (216,82,189).

#d852bd hex color red value is 216, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d852bd hue: 0.87 , saturation: 0.63 and the lightness value of d852bd is 0.58.

The process color (four color CMYK) of #d852bd color hex is 0.00, 0.62, 0.13, 0.15. Web safe color of #d852bd is #cc66cc. Color #d852bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 10111101
Octal 330 122 275
Decimal 216 82 189
Hex D8 52 BD

RGB Percentages of Color #d852bd

%44.35
%16.84
%38.81

CMYK Percentages of Color #d852bd

%0
%62
%13
%15

Triadic Colors of #d852bd

#d852bd #bdd852 #52bdd8

Analogous Colors of #d852bd

#d852bd #d8527a #b052d8

Monochromatic Colors of #d852bd

#d852bd

Complementary Color

#d852bd #52d86d

#d852bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d852bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d852bd Color CSS Codes

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

#d852bd Text Font Color

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

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


#d852bd Background Color

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

This div background color is #d852bd


#d852bd Border Color

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

This div border color is #d852bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d852bd


Comments

No comments written yet.

Please login to write comment.