Color Hex Logo

#d04adf Color Hex

#D04ADF
(208,74,223)
0 Favorites   0 Comments

Color spaces of #d04adf

RGB 20874223
HSL0.820.700.58
HSV294°67°87°
CMYK 0.070.670.00   0.13
XYZ41.780523.635272.1720
Yxy23.63520.30370.1718
Hunter Lab48.616068.3243-53.9866
CIE-Lab55.720771.0325-50.7248

#d04adf color RGB value is (208,74,223).

#d04adf hex color red value is 208, green value is 74 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d04adf hue: 0.82 , saturation: 0.70 and the lightness value of d04adf is 0.58.

The process color (four color CMYK) of #d04adf color hex is 0.07, 0.67, 0.00, 0.13. Web safe color of #d04adf is #cc33cc. Color #d04adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11011111
Octal 320 112 337
Decimal 208 74 223
Hex D0 4A DF

RGB Percentages of Color #d04adf

%41.19
%14.65
%44.16

CMYK Percentages of Color #d04adf

%7
%67
%0
%13

Triadic Colors of #d04adf

#d04adf #dfd04a #4adfd0

Analogous Colors of #d04adf

#d04adf #df4aa4 #864adf

Monochromatic Colors of #d04adf

#d04adf

Complementary Color

#d04adf #59df4a

#d04adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04adf Color CSS Codes

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

#d04adf Text Font Color

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

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


#d04adf Background Color

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

This div background color is #d04adf


#d04adf Border Color

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

This div border color is #d04adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,74,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04adf


Comments

No comments written yet.

Please login to write comment.