Color Hex Logo

#d310ae Color Hex

#D310AE
(211,16,174)
0 Favorites   0 Comments

Color spaces of #d310ae

RGB 21116174
HSL0.860.860.45
HSV311°92°83°
CMYK 0.000.920.18   0.17
XYZ34.689217.275541.5506
Yxy17.27550.37090.1847
Hunter Lab41.563876.2396-30.1765
CIE-Lab48.605378.8472-33.6787

#d310ae color RGB value is (211,16,174).

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

The process color (four color CMYK) of #d310ae color hex is 0.00, 0.92, 0.18, 0.17. Web safe color of #d310ae is #cc0099. Color #d310ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010000 10101110
Octal 323 20 256
Decimal 211 16 174
Hex D3 10 AE

RGB Percentages of Color #d310ae

%52.62
%3.99
%43.39

CMYK Percentages of Color #d310ae

%0
%92
%18
%17

Triadic Colors of #d310ae

#d310ae #aed310 #10aed3

Analogous Colors of #d310ae

#d310ae #d3104c #9710d3

Monochromatic Colors of #d310ae

#d310ae

Complementary Color

#d310ae #10d335

#d310ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d310ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d310ae Color CSS Codes

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

#d310ae Text Font Color

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

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


#d310ae Background Color

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

This div background color is #d310ae


#d310ae Border Color

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

This div border color is #d310ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d310ae


Comments

No comments written yet.

Please login to write comment.