Color Hex Logo

#d04ef5 Color Hex

#D04EF5
(208,78,245)
0 Favorites   0 Comments

Color spaces of #d04ef5

RGB 20878245
HSL0.800.890.63
HSV287°68°96°
CMYK 0.150.680.00   0.04
XYZ45.218225.451288.9155
Yxy25.45120.28330.1595
Hunter Lab50.449271.7056-69.1828
CIE-Lab57.512473.4628-60.1945

#d04ef5 color RGB value is (208,78,245).

#d04ef5 hex color red value is 208, green value is 78 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d04ef5 hue: 0.80 , saturation: 0.89 and the lightness value of d04ef5 is 0.63.

The process color (four color CMYK) of #d04ef5 color hex is 0.15, 0.68, 0.00, 0.04. Web safe color of #d04ef5 is #cc66ff. Color #d04ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 11110101
Octal 320 116 365
Decimal 208 78 245
Hex D0 4E F5

RGB Percentages of Color #d04ef5

%39.17
%14.69
%46.14

CMYK Percentages of Color #d04ef5

%15
%68
%0
%4

Triadic Colors of #d04ef5

#d04ef5 #f5d04e #4ef5d0

Analogous Colors of #d04ef5

#d04ef5 #f54ec7 #7d4ef5

Monochromatic Colors of #d04ef5

#d04ef5

Complementary Color

#d04ef5 #73f54e

#d04ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ef5 Color CSS Codes

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

#d04ef5 Text Font Color

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

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


#d04ef5 Background Color

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

This div background color is #d04ef5


#d04ef5 Border Color

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

This div border color is #d04ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ef5


Comments

No comments written yet.

Please login to write comment.