Color Hex Logo

#d854da Color Hex

#D854DA
(216,84,218)
0 Favorites   0 Comments

Color spaces of #d854da

RGB 21684218
HSL0.830.640.59
HSV299°61°85°
CMYK 0.010.610.00   0.15
XYZ44.144126.001569.0218
Yxy26.00150.31720.1868
Hunter Lab50.991765.2942-44.5602
CIE-Lab58.038568.0800-44.1536

#d854da color RGB value is (216,84,218).

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

The process color (four color CMYK) of #d854da color hex is 0.01, 0.61, 0.00, 0.15. Web safe color of #d854da is #cc66cc. Color #d854da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 11011010
Octal 330 124 332
Decimal 216 84 218
Hex D8 54 DA

RGB Percentages of Color #d854da

%41.70
%16.22
%42.08

CMYK Percentages of Color #d854da

%1
%61
%0
%15

Triadic Colors of #d854da

#d854da #dad854 #54dad8

Analogous Colors of #d854da

#d854da #da5499 #9554da

Monochromatic Colors of #d854da

#d854da

Complementary Color

#d854da #56da54

#d854da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854da Color CSS Codes

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

#d854da Text Font Color

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

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


#d854da Background Color

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

This div background color is #d854da


#d854da Border Color

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

This div border color is #d854da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854da


Comments

No comments written yet.

Please login to write comment.