Color Hex Logo

#d30dff Color Hex

#D30DFF
(211,13,255)
0 Favorites   0 Comments

Color spaces of #d30dff

RGB 21113255
HSL0.801.000.53
HSV289°95°100°
CMYK 0.170.950.00   0.00
XYZ45.057921.356796.3552
Yxy21.35670.27680.1312
Hunter Lab46.213393.1639-91.2709
CIE-Lab53.337790.9956-72.4672

#d30dff color RGB value is (211,13,255).

#d30dff hex color red value is 211, green value is 13 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d30dff hue: 0.80 , saturation: 1.00 and the lightness value of d30dff is 0.53.

The process color (four color CMYK) of #d30dff color hex is 0.17, 0.95, 0.00, 0.00. Web safe color of #d30dff is #cc00ff. Color #d30dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001101 11111111
Octal 323 15 377
Decimal 211 13 255
Hex D3 D FF

RGB Percentages of Color #d30dff

%44.05
%2.71
%53.24

CMYK Percentages of Color #d30dff

%17
%95
%0
%0

Triadic Colors of #d30dff

#d30dff #ffd30d #0dffd3

Analogous Colors of #d30dff

#d30dff #ff0db2 #5a0dff

Monochromatic Colors of #d30dff

#d30dff

Complementary Color

#d30dff #39ff0d

#d30dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30dff Color CSS Codes

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

#d30dff Text Font Color

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

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


#d30dff Background Color

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

This div background color is #d30dff


#d30dff Border Color

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

This div border color is #d30dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,13,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30dff


Comments

No comments written yet.

Please login to write comment.