Color Hex Logo

#d720ba Color Hex

#D720BA
(215,32,186)
0 Favorites   0 Comments

Color spaces of #d720ba

RGB 21532186
HSL0.860.740.48
HSV310°85°84°
CMYK 0.000.850.13   0.16
XYZ37.403819.025348.1552
Yxy19.02530.35760.1819
Hunter Lab43.618076.7378-34.9248
CIE-Lab50.716878.8335-37.3498

#d720ba color RGB value is (215,32,186).

#d720ba hex color red value is 215, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d720ba hue: 0.86 , saturation: 0.74 and the lightness value of d720ba is 0.48.

The process color (four color CMYK) of #d720ba color hex is 0.00, 0.85, 0.13, 0.16. Web safe color of #d720ba is #cc33cc. Color #d720ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 10111010
Octal 327 40 272
Decimal 215 32 186
Hex D7 20 BA

RGB Percentages of Color #d720ba

%49.65
%7.39
%42.96

CMYK Percentages of Color #d720ba

%0
%85
%13
%16

Triadic Colors of #d720ba

#d720ba #bad720 #20bad7

Analogous Colors of #d720ba

#d720ba #d7205f #9920d7

Monochromatic Colors of #d720ba

#d720ba

Complementary Color

#d720ba #20d73d

#d720ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d720ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d720ba Color CSS Codes

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

#d720ba Text Font Color

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

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


#d720ba Background Color

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

This div background color is #d720ba


#d720ba Border Color

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

This div border color is #d720ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,32,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d720ba


Comments

No comments written yet.

Please login to write comment.