Color Hex Logo

#d814da Color Hex

#D814DA
(216,20,218)
0 Favorites   0 Comments

Color spaces of #d814da

RGB 21620218
HSL0.830.830.47
HSV299°91°85°
CMYK 0.010.910.00   0.15
XYZ41.223920.161268.0484
Yxy20.16120.31850.1558
Hunter Lab44.901285.3040-58.4239
CIE-Lab52.019085.2924-53.7206

#d814da color RGB value is (216,20,218).

#d814da hex color red value is 216, green value is 20 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d814da hue: 0.83 , saturation: 0.83 and the lightness value of d814da is 0.47.

The process color (four color CMYK) of #d814da color hex is 0.01, 0.91, 0.00, 0.15. Web safe color of #d814da is #cc00cc. Color #d814da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 11011010
Octal 330 24 332
Decimal 216 20 218
Hex D8 14 DA

RGB Percentages of Color #d814da

%47.58
%4.41
%48.02

CMYK Percentages of Color #d814da

%1
%91
%0
%15

Triadic Colors of #d814da

#d814da #dad814 #14dad8

Analogous Colors of #d814da

#d814da #da1479 #7514da

Monochromatic Colors of #d814da

#d814da

Complementary Color

#d814da #16da14

#d814da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d814da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d814da Color CSS Codes

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

#d814da Text Font Color

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

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


#d814da Background Color

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

This div background color is #d814da


#d814da Border Color

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

This div border color is #d814da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d814da


Comments

No comments written yet.

Please login to write comment.