Color Hex Logo

#d252bf Color Hex

#D252BF
(210,82,191)
0 Favorites   0 Comments

Color spaces of #d252bf

RGB 21082191
HSL0.860.590.57
HSV309°61°82°
CMYK 0.000.610.09   0.18
XYZ38.999623.497851.7702
Yxy23.49780.34130.2056
Hunter Lab48.474558.7796-29.3888
CIE-Lab55.581463.0036-32.6839

#d252bf color RGB value is (210,82,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010010 10111111
Octal 322 122 277
Decimal 210 82 191
Hex D2 52 BF

RGB Percentages of Color #d252bf

%43.48
%16.98
%39.54

CMYK Percentages of Color #d252bf

%0
%61
%9
%18

Triadic Colors of #d252bf

#d252bf #bfd252 #52bfd2

Analogous Colors of #d252bf

#d252bf #d2527f #a552d2

Monochromatic Colors of #d252bf

#d252bf

Complementary Color

#d252bf #52d265

#d252bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d252bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d252bf Color CSS Codes

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

#d252bf Text Font Color

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

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


#d252bf Background Color

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

This div background color is #d252bf


#d252bf Border Color

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

This div border color is #d252bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d252bf


Comments

No comments written yet.

Please login to write comment.