Color Hex Logo

#d030ae Color Hex

#D030AE
(208,48,174)
0 Favorites   0 Comments

Color spaces of #d030ae

RGB 20848174
HSL0.870.630.50
HSV313°77°82°
CMYK 0.000.770.16   0.18
XYZ34.709418.579841.8013
Yxy18.57980.36500.1954
Hunter Lab43.104368.3032-27.3247
CIE-Lab50.191972.0777-31.2343

#d030ae color RGB value is (208,48,174).

#d030ae hex color red value is 208, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d030ae hue: 0.87 , saturation: 0.63 and the lightness value of d030ae is 0.50.

The process color (four color CMYK) of #d030ae color hex is 0.00, 0.77, 0.16, 0.18. Web safe color of #d030ae is #cc3399. Color #d030ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 10101110
Octal 320 60 256
Decimal 208 48 174
Hex D0 30 AE

RGB Percentages of Color #d030ae

%48.37
%11.16
%40.47

CMYK Percentages of Color #d030ae

%0
%77
%16
%18

Triadic Colors of #d030ae

#d030ae #aed030 #30aed0

Analogous Colors of #d030ae

#d030ae #d0305e #a230d0

Monochromatic Colors of #d030ae

#d030ae

Complementary Color

#d030ae #30d052

#d030ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030ae Color CSS Codes

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

#d030ae Text Font Color

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

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


#d030ae Background Color

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

This div background color is #d030ae


#d030ae Border Color

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

This div border color is #d030ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030ae


Comments

No comments written yet.

Please login to write comment.