Color Hex Logo

#d84291 Color Hex

#D84291
(216,66,145)
0 Favorites   0 Comments

Color spaces of #d84291

RGB 21666145
HSL0.910.660.55
HSV328°69°85°
CMYK 0.000.690.33   0.15
XYZ35.378020.539728.8880
Yxy20.53970.41720.2422
Hunter Lab45.320760.0283-6.0677
CIE-Lab52.442064.6592-10.5102

#d84291 color RGB value is (216,66,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000010 10010001
Octal 330 102 221
Decimal 216 66 145
Hex D8 42 91

RGB Percentages of Color #d84291

%50.59
%15.46
%33.96

CMYK Percentages of Color #d84291

%0
%69
%33
%15

Triadic Colors of #d84291

#d84291 #91d842 #4291d8

Analogous Colors of #d84291

#d84291 #d84246 #d442d8

Monochromatic Colors of #d84291

#d84291

Complementary Color

#d84291 #42d889

#d84291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84291 Color CSS Codes

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

#d84291 Text Font Color

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

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


#d84291 Background Color

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

This div background color is #d84291


#d84291 Border Color

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

This div border color is #d84291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84291


Comments

No comments written yet.

Please login to write comment.