Color Hex Logo

#d705ba Color Hex

#D705BA
(215,5,186)
0 Favorites   0 Comments

Color spaces of #d705ba

RGB 2155186
HSL0.860.950.43
HSV308°98°84°
CMYK 0.000.980.13   0.16
XYZ36.941518.100848.0011
Yxy18.10080.35850.1757
Hunter Lab42.545080.5363-37.1120
CIE-Lab49.618182.0533-39.0813

#d705ba color RGB value is (215,5,186).

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

The process color (four color CMYK) of #d705ba color hex is 0.00, 0.98, 0.13, 0.16. Web safe color of #d705ba is #cc00cc. Color #d705ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000101 10111010
Octal 327 5 272
Decimal 215 5 186
Hex D7 5 BA

RGB Percentages of Color #d705ba

%52.96
%1.23
%45.81

CMYK Percentages of Color #d705ba

%0
%98
%13
%16

Triadic Colors of #d705ba

#d705ba #bad705 #05bad7

Analogous Colors of #d705ba

#d705ba #d70551 #8b05d7

Monochromatic Colors of #d705ba

#d705ba

Complementary Color

#d705ba #05d722

#d705ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d705ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d705ba Color CSS Codes

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

#d705ba Text Font Color

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

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


#d705ba Background Color

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

This div background color is #d705ba


#d705ba Border Color

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

This div border color is #d705ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d705ba


Comments

No comments written yet.

Please login to write comment.