Color Hex Logo

#d830aa Color Hex

#D830AA
(216,48,170)
0 Favorites   0 Comments

Color spaces of #d830aa

RGB 21648170
HSL0.880.680.52
HSV316°78°85°
CMYK 0.000.780.21   0.15
XYZ36.631619.615139.8856
Yxy19.61510.38110.2040
Hunter Lab44.288970.1326-22.3930
CIE-Lab51.399273.3530-26.8974

#d830aa color RGB value is (216,48,170).

#d830aa hex color red value is 216, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d830aa hue: 0.88 , saturation: 0.68 and the lightness value of d830aa is 0.52.

The process color (four color CMYK) of #d830aa color hex is 0.00, 0.78, 0.21, 0.15. Web safe color of #d830aa is #cc3399. Color #d830aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 10101010
Octal 330 60 252
Decimal 216 48 170
Hex D8 30 AA

RGB Percentages of Color #d830aa

%49.77
%11.06
%39.17

CMYK Percentages of Color #d830aa

%0
%78
%21
%15

Triadic Colors of #d830aa

#d830aa #aad830 #30aad8

Analogous Colors of #d830aa

#d830aa #d83056 #b230d8

Monochromatic Colors of #d830aa

#d830aa

Complementary Color

#d830aa #30d85e

#d830aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d830aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d830aa Color CSS Codes

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

#d830aa Text Font Color

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

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


#d830aa Background Color

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

This div background color is #d830aa


#d830aa Border Color

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

This div border color is #d830aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,48,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d830aa


Comments

No comments written yet.

Please login to write comment.