Color Hex Logo

#d84bda Color Hex

#D84BDA
(216,75,218)
0 Favorites   0 Comments

Color spaces of #d84bda

RGB 21675218
HSL0.830.660.57
HSV299°66°85°
CMYK 0.010.660.00   0.15
XYZ43.489924.693068.8037
Yxy24.69300.31750.1803
Hunter Lab49.692169.2600-47.3086
CIE-Lab56.775171.6034-46.1508

#d84bda color RGB value is (216,75,218).

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

The process color (four color CMYK) of #d84bda color hex is 0.01, 0.66, 0.00, 0.15. Web safe color of #d84bda is #cc33cc. Color #d84bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001011 11011010
Octal 330 113 332
Decimal 216 75 218
Hex D8 4B DA

RGB Percentages of Color #d84bda

%42.44
%14.73
%42.83

CMYK Percentages of Color #d84bda

%1
%66
%0
%15

Triadic Colors of #d84bda

#d84bda #dad84b #4bdad8

Analogous Colors of #d84bda

#d84bda #da4b95 #914bda

Monochromatic Colors of #d84bda

#d84bda

Complementary Color

#d84bda #4dda4b

#d84bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84bda Color CSS Codes

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

#d84bda Text Font Color

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

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


#d84bda Background Color

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

This div background color is #d84bda


#d84bda Border Color

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

This div border color is #d84bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84bda


Comments

No comments written yet.

Please login to write comment.