Color Hex Logo

#d04afe Color Hex

#D04AFE
(208,74,254)
0 Favorites   0 Comments

Color spaces of #d04afe

RGB 20874254
HSL0.790.990.64
HSV285°71°100°
CMYK 0.180.710.00   0.00
XYZ46.350625.463296.2379
Yxy25.46320.27580.1515
Hunter Lab50.461175.6528-77.7534
CIE-Lab57.524076.6445-65.1715

#d04afe color RGB value is (208,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11111110
Octal 320 112 376
Decimal 208 74 254
Hex D0 4A FE

RGB Percentages of Color #d04afe

%38.81
%13.81
%47.39

CMYK Percentages of Color #d04afe

%18
%71
%0
%0

Triadic Colors of #d04afe

#d04afe #fed04a #4afed0

Analogous Colors of #d04afe

#d04afe #fe4ad2 #764afe

Monochromatic Colors of #d04afe

#d04afe

Complementary Color

#d04afe #78fe4a

#d04afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04afe Color CSS Codes

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

#d04afe Text Font Color

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

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


#d04afe Background Color

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

This div background color is #d04afe


#d04afe Border Color

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

This div border color is #d04afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04afe


Comments

No comments written yet.

Please login to write comment.