Color Hex Logo

#d830bd Color Hex

#D830BD
(216,48,189)
0 Favorites   0 Comments

Color spaces of #d830bd

RGB 21648189
HSL0.860.680.52
HSV310°78°85°
CMYK 0.000.780.13   0.15
XYZ38.561220.387050.0468
Yxy20.38700.35380.1870
Hunter Lab45.152073.4287-34.1111
CIE-Lab52.272075.8711-36.6381

#d830bd color RGB value is (216,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 10111101
Octal 330 60 275
Decimal 216 48 189
Hex D8 30 BD

RGB Percentages of Color #d830bd

%47.68
%10.60
%41.72

CMYK Percentages of Color #d830bd

%0
%78
%13
%15

Triadic Colors of #d830bd

#d830bd #bdd830 #30bdd8

Analogous Colors of #d830bd

#d830bd #d83069 #9f30d8

Monochromatic Colors of #d830bd

#d830bd

Complementary Color

#d830bd #30d84b

#d830bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d830bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d830bd Color CSS Codes

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

#d830bd Text Font Color

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

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


#d830bd Background Color

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

This div background color is #d830bd


#d830bd Border Color

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

This div border color is #d830bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d830bd


Comments

No comments written yet.

Please login to write comment.