Color Hex Logo

#d074fd Color Hex

#D074FD
(208,116,253)
0 Favorites   0 Comments

Color spaces of #d074fd

RGB 208116253
HSL0.780.970.72
HSV280°54°99°
CMYK 0.180.540.00   0.01
XYZ49.987432.992596.6621
Yxy32.99250.27830.1837
Hunter Lab57.439154.8244-59.5695
CIE-Lab64.154858.0984-54.0206

#d074fd color RGB value is (208,116,253).

#d074fd hex color red value is 208, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d074fd hue: 0.78 , saturation: 0.97 and the lightness value of d074fd is 0.72.

The process color (four color CMYK) of #d074fd color hex is 0.18, 0.54, 0.00, 0.01. Web safe color of #d074fd is #cc66ff. Color #d074fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110100 11111101
Octal 320 164 375
Decimal 208 116 253
Hex D0 74 FD

RGB Percentages of Color #d074fd

%36.05
%20.10
%43.85

CMYK Percentages of Color #d074fd

%18
%54
%0
%1

Triadic Colors of #d074fd

#d074fd #fdd074 #74fdd0

Analogous Colors of #d074fd

#d074fd #fd74e6 #8c74fd

Monochromatic Colors of #d074fd

#d074fd

Complementary Color

#d074fd #a1fd74

#d074fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d074fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d074fd Color CSS Codes

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

#d074fd Text Font Color

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

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


#d074fd Background Color

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

This div background color is #d074fd


#d074fd Border Color

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

This div border color is #d074fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d074fd

Related Colors


Comments

No comments written yet.

Please login to write comment.