Color Hex Logo

#d03dfa Color Hex

#D03DFA
(208,61,250)
0 Favorites   0 Comments

Color spaces of #d03dfa

RGB 20861250
HSL0.800.950.61
HSV287°76°98°
CMYK 0.170.760.00   0.02
XYZ44.936523.649592.6389
Yxy23.64950.27870.1467
Hunter Lab48.630879.8364-78.9027
CIE-Lab55.735180.3113-65.8326

#d03dfa color RGB value is (208,61,250).

#d03dfa hex color red value is 208, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d03dfa hue: 0.80 , saturation: 0.95 and the lightness value of d03dfa is 0.61.

The process color (four color CMYK) of #d03dfa color hex is 0.17, 0.76, 0.00, 0.02. Web safe color of #d03dfa is #cc33ff. Color #d03dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111101 11111010
Octal 320 75 372
Decimal 208 61 250
Hex D0 3D FA

RGB Percentages of Color #d03dfa

%40.08
%11.75
%48.17

CMYK Percentages of Color #d03dfa

%17
%76
%0
%2

Triadic Colors of #d03dfa

#d03dfa #fad03d #3dfad0

Analogous Colors of #d03dfa

#d03dfa #fa3dc6 #723dfa

Monochromatic Colors of #d03dfa

#d03dfa

Complementary Color

#d03dfa #67fa3d

#d03dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03dfa Color CSS Codes

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

#d03dfa Text Font Color

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

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


#d03dfa Background Color

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

This div background color is #d03dfa


#d03dfa Border Color

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

This div border color is #d03dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03dfa


Comments

No comments written yet.

Please login to write comment.