Color Hex Logo

#d04afa Color Hex

#D04AFA
(208,74,250)
0 Favorites   0 Comments

Color spaces of #d04afa

RGB 20874250
HSL0.790.950.64
HSV286°70°98°
CMYK 0.170.700.00   0.02
XYZ45.716525.209692.8989
Yxy25.20960.27910.1539
Hunter Lab50.209274.6620-74.5542
CIE-Lab57.279175.8972-63.3478

#d04afa color RGB value is (208,74,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11111010
Octal 320 112 372
Decimal 208 74 250
Hex D0 4A FA

RGB Percentages of Color #d04afa

%39.10
%13.91
%46.99

CMYK Percentages of Color #d04afa

%17
%70
%0
%2

Triadic Colors of #d04afa

#d04afa #fad04a #4afad0

Analogous Colors of #d04afa

#d04afa #fa4acc #784afa

Monochromatic Colors of #d04afa

#d04afa

Complementary Color

#d04afa #74fa4a

#d04afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04afa Color CSS Codes

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

#d04afa Text Font Color

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

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


#d04afa Background Color

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

This div background color is #d04afa


#d04afa Border Color

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

This div border color is #d04afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04afa

Related Colors


Comments

No comments written yet.

Please login to write comment.