Color Hex Logo

#d04aff Color Hex

#D04AFF
(208,74,255)
0 Favorites   0 Comments

Color spaces of #d04aff

RGB 20874255
HSL0.791.000.65
HSV284°71°100°
CMYK 0.180.710.00   0.00
XYZ46.511225.527597.0836
Yxy25.52750.27500.1509
Hunter Lab50.524775.9021-78.5588
CIE-Lab57.585876.8320-65.6255

#d04aff color RGB value is (208,74,255).

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

The process color (four color CMYK) of #d04aff color hex is 0.18, 0.71, 0.00, 0.00. Web safe color of #d04aff is #cc33ff. Color #d04aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11111111
Octal 320 112 377
Decimal 208 74 255
Hex D0 4A FF

RGB Percentages of Color #d04aff

%38.73
%13.78
%47.49

CMYK Percentages of Color #d04aff

%18
%71
%0
%0

Triadic Colors of #d04aff

#d04aff #ffd04a #4affd0

Analogous Colors of #d04aff

#d04aff #ff4ad4 #764aff

Monochromatic Colors of #d04aff

#d04aff

Complementary Color

#d04aff #79ff4a

#d04aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04aff Color CSS Codes

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

#d04aff Text Font Color

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

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


#d04aff Background Color

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

This div background color is #d04aff


#d04aff Border Color

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

This div border color is #d04aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04aff


Comments

No comments written yet.

Please login to write comment.