Color Hex Logo

#d057fa Color Hex

#D057FA
(208,87,250)
0 Favorites   0 Comments

Color spaces of #d057fa

RGB 20887250
HSL0.790.940.66
HSV285°65°98°
CMYK 0.170.650.00   0.02
XYZ46.675927.128493.2187
Yxy27.12840.27950.1624
Hunter Lab52.084968.8141-69.6545
CIE-Lab59.093070.8001-60.4378

#d057fa color RGB value is (208,87,250).

#d057fa hex color red value is 208, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d057fa hue: 0.79 , saturation: 0.94 and the lightness value of d057fa is 0.66.

The process color (four color CMYK) of #d057fa color hex is 0.17, 0.65, 0.00, 0.02. Web safe color of #d057fa is #cc66ff. Color #d057fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 11111010
Octal 320 127 372
Decimal 208 87 250
Hex D0 57 FA

RGB Percentages of Color #d057fa

%38.17
%15.96
%45.87

CMYK Percentages of Color #d057fa

%17
%65
%0
%2

Triadic Colors of #d057fa

#d057fa #fad057 #57fad0

Analogous Colors of #d057fa

#d057fa #fa57d3 #7f57fa

Monochromatic Colors of #d057fa

#d057fa

Complementary Color

#d057fa #81fa57

#d057fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057fa Color CSS Codes

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

#d057fa Text Font Color

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

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


#d057fa Background Color

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

This div background color is #d057fa


#d057fa Border Color

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

This div border color is #d057fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057fa

Related Colors


Comments

No comments written yet.

Please login to write comment.