Color Hex Logo

#d84dba Color Hex

#D84DBA
(216,77,186)
0 Favorites   0 Comments

Color spaces of #d84dba

RGB 21677186
HSL0.870.640.57
HSV313°64°85°
CMYK 0.000.640.14   0.15
XYZ39.835723.451948.8815
Yxy23.45190.35510.2091
Hunter Lab48.427262.0848-25.9472
CIE-Lab55.534865.8410-29.8051

#d84dba color RGB value is (216,77,186).

#d84dba hex color red value is 216, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d84dba hue: 0.87 , saturation: 0.64 and the lightness value of d84dba is 0.57.

The process color (four color CMYK) of #d84dba color hex is 0.00, 0.64, 0.14, 0.15. Web safe color of #d84dba is #cc66cc. Color #d84dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 10111010
Octal 330 115 272
Decimal 216 77 186
Hex D8 4D BA

RGB Percentages of Color #d84dba

%45.09
%16.08
%38.83

CMYK Percentages of Color #d84dba

%0
%64
%14
%15

Triadic Colors of #d84dba

#d84dba #bad84d #4dbad8

Analogous Colors of #d84dba

#d84dba #d84d75 #b14dd8

Monochromatic Colors of #d84dba

#d84dba

Complementary Color

#d84dba #4dd86b

#d84dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84dba Color CSS Codes

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

#d84dba Text Font Color

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

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


#d84dba Background Color

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

This div background color is #d84dba


#d84dba Border Color

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

This div border color is #d84dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84dba


Comments

No comments written yet.

Please login to write comment.