Color Hex Logo

#d835bd Color Hex

#D835BD
(216,53,189)
0 Favorites   0 Comments

Color spaces of #d835bd

RGB 21653189
HSL0.860.680.53
HSV310°75°85°
CMYK 0.000.750.13   0.15
XYZ38.777320.819350.1188
Yxy20.81930.35340.1898
Hunter Lab45.628271.8497-33.1855
CIE-Lab52.751274.4958-35.8859

#d835bd color RGB value is (216,53,189).

#d835bd hex color red value is 216, green value is 53 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d835bd hue: 0.86 , saturation: 0.68 and the lightness value of d835bd is 0.53.

The process color (four color CMYK) of #d835bd color hex is 0.00, 0.75, 0.13, 0.15. Web safe color of #d835bd is #cc33cc. Color #d835bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 10111101
Octal 330 65 275
Decimal 216 53 189
Hex D8 35 BD

RGB Percentages of Color #d835bd

%47.16
%11.57
%41.27

CMYK Percentages of Color #d835bd

%0
%75
%13
%15

Triadic Colors of #d835bd

#d835bd #bdd835 #35bdd8

Analogous Colors of #d835bd

#d835bd #d8356c #a235d8

Monochromatic Colors of #d835bd

#d835bd

Complementary Color

#d835bd #35d850

#d835bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d835bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d835bd Color CSS Codes

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

#d835bd Text Font Color

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

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


#d835bd Background Color

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

This div background color is #d835bd


#d835bd Border Color

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

This div border color is #d835bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d835bd


Comments

No comments written yet.

Please login to write comment.