Color Hex Logo

#d057ec Color Hex

#D057EC
(208,87,236)
0 Favorites   0 Comments

Color spaces of #d057ec

RGB 20887236
HSL0.800.800.63
HSV289°63°93°
CMYK 0.120.630.00   0.07
XYZ44.560926.282482.0813
Yxy26.28240.29140.1719
Hunter Lab51.266465.4367-59.0413
CIE-Lab58.304168.1497-53.9118

#d057ec color RGB value is (208,87,236).

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

The process color (four color CMYK) of #d057ec color hex is 0.12, 0.63, 0.00, 0.07. Web safe color of #d057ec is #cc66ff. Color #d057ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 11101100
Octal 320 127 354
Decimal 208 87 236
Hex D0 57 EC

RGB Percentages of Color #d057ec

%39.17
%16.38
%44.44

CMYK Percentages of Color #d057ec

%12
%63
%0
%7

Triadic Colors of #d057ec

#d057ec #ecd057 #57ecd0

Analogous Colors of #d057ec

#d057ec #ec57be #8657ec

Monochromatic Colors of #d057ec

#d057ec

Complementary Color

#d057ec #73ec57

#d057ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057ec Color CSS Codes

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

#d057ec Text Font Color

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

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


#d057ec Background Color

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

This div background color is #d057ec


#d057ec Border Color

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

This div border color is #d057ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057ec


Comments

No comments written yet.

Please login to write comment.