Color Hex Logo

#d708be Color Hex

#D708BE
(215,8,190)
0 Favorites   0 Comments

Color spaces of #d708be

RGB 2158190
HSL0.850.930.44
HSV307°96°84°
CMYK 0.000.960.12   0.16
XYZ37.405418.338450.2834
Yxy18.33840.35280.1730
Hunter Lab42.823480.9755-39.6423
CIE-Lab49.904082.3421-40.9636

#d708be color RGB value is (215,8,190).

#d708be hex color red value is 215, green value is 8 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d708be hue: 0.85 , saturation: 0.93 and the lightness value of d708be is 0.44.

The process color (four color CMYK) of #d708be color hex is 0.00, 0.96, 0.12, 0.16. Web safe color of #d708be is #cc00cc. Color #d708be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001000 10111110
Octal 327 10 276
Decimal 215 8 190
Hex D7 8 BE

RGB Percentages of Color #d708be

%52.06
%1.94
%46.00

CMYK Percentages of Color #d708be

%0
%96
%12
%16

Triadic Colors of #d708be

#d708be #bed708 #08bed7

Analogous Colors of #d708be

#d708be #d70856 #8908d7

Monochromatic Colors of #d708be

#d708be

Complementary Color

#d708be #08d721

#d708be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d708be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d708be Color CSS Codes

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

#d708be Text Font Color

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

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


#d708be Background Color

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

This div background color is #d708be


#d708be Border Color

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

This div border color is #d708be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d708be


Comments

No comments written yet.

Please login to write comment.