Color Hex Logo

#d020bf Color Hex

#D020BF
(208,32,191)
0 Favorites   0 Comments

Color spaces of #d020bf

RGB 20832191
HSL0.850.730.47
HSV306°85°82°
CMYK 0.000.850.08   0.18
XYZ35.932918.204550.9102
Yxy18.20450.34210.1733
Hunter Lab42.666775.6616-40.8785
CIE-Lab49.743278.1627-41.8806

#d020bf color RGB value is (208,32,191).

#d020bf hex color red value is 208, green value is 32 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d020bf hue: 0.85 , saturation: 0.73 and the lightness value of d020bf is 0.47.

The process color (four color CMYK) of #d020bf color hex is 0.00, 0.85, 0.08, 0.18. Web safe color of #d020bf is #cc33cc. Color #d020bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 10111111
Octal 320 40 277
Decimal 208 32 191
Hex D0 20 BF

RGB Percentages of Color #d020bf

%48.26
%7.42
%44.32

CMYK Percentages of Color #d020bf

%0
%85
%8
%18

Triadic Colors of #d020bf

#d020bf #bfd020 #20bfd0

Analogous Colors of #d020bf

#d020bf #d02067 #8920d0

Monochromatic Colors of #d020bf

#d020bf

Complementary Color

#d020bf #20d031

#d020bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d020bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d020bf Color CSS Codes

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

#d020bf Text Font Color

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

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


#d020bf Background Color

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

This div background color is #d020bf


#d020bf Border Color

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

This div border color is #d020bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d020bf


Comments

No comments written yet.

Please login to write comment.