Color Hex Logo

#d30cff Color Hex

#D30CFF
(211,12,255)
0 Favorites   0 Comments

Color spaces of #d30cff

RGB 21112255
HSL0.801.000.52
HSV289°95°100°
CMYK 0.170.950.00   0.00
XYZ45.045421.331896.3510
Yxy21.33180.27680.1311
Hunter Lab46.186493.2643-91.3565
CIE-Lab53.310791.0757-72.5109

#d30cff color RGB value is (211,12,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 11111111
Octal 323 14 377
Decimal 211 12 255
Hex D3 C FF

RGB Percentages of Color #d30cff

%44.14
%2.51
%53.35

CMYK Percentages of Color #d30cff

%17
%95
%0
%0

Triadic Colors of #d30cff

#d30cff #ffd30c #0cffd3

Analogous Colors of #d30cff

#d30cff #ff0cb2 #590cff

Monochromatic Colors of #d30cff

#d30cff

Complementary Color

#d30cff #38ff0c

#d30cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30cff Color CSS Codes

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

#d30cff Text Font Color

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

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


#d30cff Background Color

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

This div background color is #d30cff


#d30cff Border Color

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

This div border color is #d30cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30cff


Comments

No comments written yet.

Please login to write comment.