Color Hex Logo

#d60dfa Color Hex

#D60DFA
(214,13,250)
0 Favorites   0 Comments

Color spaces of #d60dfa

RGB 21413250
HSL0.810.960.52
HSV291°95°98°
CMYK 0.140.950.00   0.02
XYZ45.130821.486192.2111
Yxy21.48610.28410.1353
Hunter Lab46.353192.6751-85.4995
CIE-Lab53.477490.6033-69.4330

#d60dfa color RGB value is (214,13,250).

#d60dfa hex color red value is 214, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d60dfa hue: 0.81 , saturation: 0.96 and the lightness value of d60dfa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001101 11111010
Octal 326 15 372
Decimal 214 13 250
Hex D6 D FA

RGB Percentages of Color #d60dfa

%44.86
%2.73
%52.41

CMYK Percentages of Color #d60dfa

%14
%95
%0
%2

Triadic Colors of #d60dfa

#d60dfa #fad60d #0dfad6

Analogous Colors of #d60dfa

#d60dfa #fa0da8 #600dfa

Monochromatic Colors of #d60dfa

#d60dfa

Complementary Color

#d60dfa #31fa0d

#d60dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60dfa Color CSS Codes

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

#d60dfa Text Font Color

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

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


#d60dfa Background Color

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

This div background color is #d60dfa


#d60dfa Border Color

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

This div border color is #d60dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60dfa


Comments

No comments written yet.

Please login to write comment.