Color Hex Logo

#d652bf Color Hex

#D652BF
(214,82,191)
0 Favorites   0 Comments

Color spaces of #d652bf

RGB 21482191
HSL0.860.620.58
HSV310°62°84°
CMYK 0.000.620.11   0.16
XYZ40.152824.092351.8242
Yxy24.09230.34590.2076
Hunter Lab49.083960.1240-28.2413
CIE-Lab56.180164.0498-31.7060

#d652bf color RGB value is (214,82,191).

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

The process color (four color CMYK) of #d652bf color hex is 0.00, 0.62, 0.11, 0.16. Web safe color of #d652bf is #cc66cc. Color #d652bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 10111111
Octal 326 122 277
Decimal 214 82 191
Hex D6 52 BF

RGB Percentages of Color #d652bf

%43.94
%16.84
%39.22

CMYK Percentages of Color #d652bf

%0
%62
%11
%16

Triadic Colors of #d652bf

#d652bf #bfd652 #52bfd6

Analogous Colors of #d652bf

#d652bf #d6527d #ab52d6

Monochromatic Colors of #d652bf

#d652bf

Complementary Color

#d652bf #52d669

#d652bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d652bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d652bf Color CSS Codes

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

#d652bf Text Font Color

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

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


#d652bf Background Color

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

This div background color is #d652bf


#d652bf Border Color

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

This div border color is #d652bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d652bf

#d652bf Color Palettes


Comments

No comments written yet.

Please login to write comment.