Color Hex Logo

#d30fdb Color Hex

#D30FDB
(211,15,219)
0 Favorites   0 Comments

Color spaces of #d30fdb

RGB 21115219
HSL0.830.870.46
HSV298°93°86°
CMYK 0.040.930.00   0.14
XYZ39.821019.305068.6453
Yxy19.30500.31170.1511
Hunter Lab43.937584.8860-61.8750
CIE-Lab51.042185.1599-55.9033

#d30fdb color RGB value is (211,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001111 11011011
Octal 323 17 333
Decimal 211 15 219
Hex D3 F DB

RGB Percentages of Color #d30fdb

%47.42
%3.37
%49.21

CMYK Percentages of Color #d30fdb

%4
%93
%0
%14

Triadic Colors of #d30fdb

#d30fdb #dbd30f #0fdbd3

Analogous Colors of #d30fdb

#d30fdb #db0f7d #6d0fdb

Monochromatic Colors of #d30fdb

#d30fdb

Complementary Color

#d30fdb #17db0f

#d30fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30fdb Color CSS Codes

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

#d30fdb Text Font Color

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

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


#d30fdb Background Color

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

This div background color is #d30fdb


#d30fdb Border Color

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

This div border color is #d30fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30fdb


Comments

No comments written yet.

Please login to write comment.