Color Hex Logo

#d04efc Color Hex

#D04EFC
(208,78,252)
0 Favorites   0 Comments

Color spaces of #d04efc

RGB 20878252
HSL0.790.970.65
HSV285°69°99°
CMYK 0.170.690.00   0.01
XYZ46.307525.887094.6515
Yxy25.88700.27750.1552
Hunter Lab50.879373.4221-74.6826
CIE-Lab57.929674.7740-63.4116

#d04efc color RGB value is (208,78,252).

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

The process color (four color CMYK) of #d04efc color hex is 0.17, 0.69, 0.00, 0.01. Web safe color of #d04efc is #cc66ff. Color #d04efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001110 11111100
Octal 320 116 374
Decimal 208 78 252
Hex D0 4E FC

RGB Percentages of Color #d04efc

%38.66
%14.50
%46.84

CMYK Percentages of Color #d04efc

%17
%69
%0
%1

Triadic Colors of #d04efc

#d04efc #fcd04e #4efcd0

Analogous Colors of #d04efc

#d04efc #fc4ed1 #794efc

Monochromatic Colors of #d04efc

#d04efc

Complementary Color

#d04efc #7afc4e

#d04efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04efc Color CSS Codes

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

#d04efc Text Font Color

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

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


#d04efc Background Color

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

This div background color is #d04efc


#d04efc Border Color

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

This div border color is #d04efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04efc


Comments

No comments written yet.

Please login to write comment.