Color Hex Logo

#d830db Color Hex

#D830DB
(216,48,219)
0 Favorites   0 Comments

Color spaces of #d830db

RGB 21648219
HSL0.830.700.52
HSV299°78°86°
CMYK 0.010.780.00   0.14
XYZ42.162021.827369.0087
Yxy21.82730.31700.1641
Hunter Lab46.719779.3271-54.8722
CIE-Lab53.843380.2784-51.3758

#d830db color RGB value is (216,48,219).

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

The process color (four color CMYK) of #d830db color hex is 0.01, 0.78, 0.00, 0.14. Web safe color of #d830db is #cc33cc. Color #d830db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 11011011
Octal 330 60 333
Decimal 216 48 219
Hex D8 30 DB

RGB Percentages of Color #d830db

%44.72
%9.94
%45.34

CMYK Percentages of Color #d830db

%1
%78
%0
%14

Triadic Colors of #d830db

#d830db #dbd830 #30dbd8

Analogous Colors of #d830db

#d830db #db3089 #8330db

Monochromatic Colors of #d830db

#d830db

Complementary Color

#d830db #33db30

#d830db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d830db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d830db Color CSS Codes

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

#d830db Text Font Color

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

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


#d830db Background Color

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

This div background color is #d830db


#d830db Border Color

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

This div border color is #d830db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d830db


Comments

No comments written yet.

Please login to write comment.