Color Hex Logo

#d252bc Color Hex

#D252BC
(210,82,188)
0 Favorites   0 Comments

Color spaces of #d252bc

RGB 21082188
HSL0.860.590.57
HSV310°61°82°
CMYK 0.000.610.10   0.18
XYZ38.672723.367150.0490
Yxy23.36710.34500.2085
Hunter Lab48.339558.2098-27.5491
CIE-Lab55.448562.5357-31.1636

#d252bc color RGB value is (210,82,188).

#d252bc hex color red value is 210, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d252bc hue: 0.86 , saturation: 0.59 and the lightness value of d252bc is 0.57.

The process color (four color CMYK) of #d252bc color hex is 0.00, 0.61, 0.10, 0.18. Web safe color of #d252bc is #cc66cc. Color #d252bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010010 10111100
Octal 322 122 274
Decimal 210 82 188
Hex D2 52 BC

RGB Percentages of Color #d252bc

%43.75
%17.08
%39.17

CMYK Percentages of Color #d252bc

%0
%61
%10
%18

Triadic Colors of #d252bc

#d252bc #bcd252 #52bcd2

Analogous Colors of #d252bc

#d252bc #d2527c #a852d2

Monochromatic Colors of #d252bc

#d252bc

Complementary Color

#d252bc #52d268

#d252bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d252bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d252bc Color CSS Codes

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

#d252bc Text Font Color

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

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


#d252bc Background Color

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

This div background color is #d252bc


#d252bc Border Color

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

This div border color is #d252bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d252bc


Comments

No comments written yet.

Please login to write comment.