Color Hex Logo

#d710b8 Color Hex

#D710B8
(215,16,184)
0 Favorites   0 Comments

Color spaces of #d710b8

RGB 21516184
HSL0.860.860.45
HSV309°93°84°
CMYK 0.000.930.14   0.16
XYZ36.861418.278346.9327
Yxy18.27830.36110.1791
Hunter Lab42.753179.0833-35.1590
CIE-Lab49.831980.8678-37.5749

#d710b8 color RGB value is (215,16,184).

#d710b8 hex color red value is 215, green value is 16 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #d710b8 hue: 0.86 , saturation: 0.86 and the lightness value of d710b8 is 0.45.

The process color (four color CMYK) of #d710b8 color hex is 0.00, 0.93, 0.14, 0.16. Web safe color of #d710b8 is #cc00cc. Color #d710b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010000 10111000
Octal 327 20 270
Decimal 215 16 184
Hex D7 10 B8

RGB Percentages of Color #d710b8

%51.81
%3.86
%44.34

CMYK Percentages of Color #d710b8

%0
%93
%14
%16

Triadic Colors of #d710b8

#d710b8 #b8d710 #10b8d7

Analogous Colors of #d710b8

#d710b8 #d71054 #9310d7

Monochromatic Colors of #d710b8

#d710b8

Complementary Color

#d710b8 #10d72f

#d710b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d710b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d710b8 Color CSS Codes

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

#d710b8 Text Font Color

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

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


#d710b8 Background Color

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

This div background color is #d710b8


#d710b8 Border Color

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

This div border color is #d710b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d710b8


Comments

No comments written yet.

Please login to write comment.