Color Hex Logo

#d30edb Color Hex

#D30EDB
(211,14,219)
0 Favorites   0 Comments

Color spaces of #d30edb

RGB 21114219
HSL0.830.880.46
HSV298°94°86°
CMYK 0.040.940.00   0.14
XYZ39.807219.277468.6407
Yxy19.27740.31170.1509
Hunter Lab43.906085.0006-61.9571
CIE-Lab51.010285.2544-55.9546

#d30edb color RGB value is (211,14,219).

#d30edb hex color red value is 211, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d30edb hue: 0.83 , saturation: 0.88 and the lightness value of d30edb is 0.46.

The process color (four color CMYK) of #d30edb color hex is 0.04, 0.94, 0.00, 0.14. Web safe color of #d30edb is #cc00cc. Color #d30edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001110 11011011
Octal 323 16 333
Decimal 211 14 219
Hex D3 E DB

RGB Percentages of Color #d30edb

%47.52
%3.15
%49.32

CMYK Percentages of Color #d30edb

%4
%94
%0
%14

Triadic Colors of #d30edb

#d30edb #dbd30e #0edbd3

Analogous Colors of #d30edb

#d30edb #db0e7d #6d0edb

Monochromatic Colors of #d30edb

#d30edb

Complementary Color

#d30edb #16db0e

#d30edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30edb Color CSS Codes

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

#d30edb Text Font Color

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

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


#d30edb Background Color

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

This div background color is #d30edb


#d30edb Border Color

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

This div border color is #d30edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30edb


Comments

No comments written yet.

Please login to write comment.