Color Hex Logo

#d84985 Color Hex

#D84985
(216,73,133)
0 Favorites   0 Comments

Color spaces of #d84985

RGB 21673133
HSL0.930.650.57
HSV335°66°85°
CMYK 0.000.660.38   0.15
XYZ34.935121.057524.4135
Yxy21.05750.43450.2619
Hunter Lab45.888555.58810.5785
CIE-Lab53.012460.6935-2.5161

#d84985 color RGB value is (216,73,133).

#d84985 hex color red value is 216, green value is 73 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d84985 hue: 0.93 , saturation: 0.65 and the lightness value of d84985 is 0.57.

The process color (four color CMYK) of #d84985 color hex is 0.00, 0.66, 0.38, 0.15. Web safe color of #d84985 is #cc3399. Color #d84985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 10000101
Octal 330 111 205
Decimal 216 73 133
Hex D8 49 85

RGB Percentages of Color #d84985

%51.18
%17.30
%31.52

CMYK Percentages of Color #d84985

%0
%66
%38
%15

Triadic Colors of #d84985

#d84985 #85d849 #4985d8

Analogous Colors of #d84985

#d84985 #d85549 #d849cd

Monochromatic Colors of #d84985

#d84985

Complementary Color

#d84985 #49d89c

#d84985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84985 Color CSS Codes

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

#d84985 Text Font Color

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

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


#d84985 Background Color

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

This div background color is #d84985


#d84985 Border Color

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

This div border color is #d84985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84985


Comments

No comments written yet.

Please login to write comment.