Color Hex Logo

#d84299 Color Hex

#D84299
(216,66,153)
0 Favorites   0 Comments

Color spaces of #d84299

RGB 21666153
HSL0.900.660.55
HSV325°69°85°
CMYK 0.000.690.29   0.15
XYZ36.016920.795332.2526
Yxy20.79530.40440.2335
Hunter Lab45.601961.1782-10.0124
CIE-Lab52.724765.5928-14.8300

#d84299 color RGB value is (216,66,153).

#d84299 hex color red value is 216, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d84299 hue: 0.90 , saturation: 0.66 and the lightness value of d84299 is 0.55.

The process color (four color CMYK) of #d84299 color hex is 0.00, 0.69, 0.29, 0.15. Web safe color of #d84299 is #cc3399. Color #d84299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000010 10011001
Octal 330 102 231
Decimal 216 66 153
Hex D8 42 99

RGB Percentages of Color #d84299

%49.66
%15.17
%35.17

CMYK Percentages of Color #d84299

%0
%69
%29
%15

Triadic Colors of #d84299

#d84299 #99d842 #4299d8

Analogous Colors of #d84299

#d84299 #d8424e #cc42d8

Monochromatic Colors of #d84299

#d84299

Complementary Color

#d84299 #42d881

#d84299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84299 Color CSS Codes

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

#d84299 Text Font Color

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

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


#d84299 Background Color

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

This div background color is #d84299


#d84299 Border Color

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

This div border color is #d84299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84299


Comments

No comments written yet.

Please login to write comment.