Color Hex Logo

#d054ec Color Hex

#D054EC
(208,84,236)
0 Favorites   0 Comments

Color spaces of #d054ec

RGB 20884236
HSL0.800.800.63
HSV289°64°93°
CMYK 0.120.640.00   0.07
XYZ44.323125.806782.0020
Yxy25.80670.29130.1696
Hunter Lab50.800366.8402-60.1459
CIE-Lab57.853169.4016-54.6308

#d054ec color RGB value is (208,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 11101100
Octal 320 124 354
Decimal 208 84 236
Hex D0 54 EC

RGB Percentages of Color #d054ec

%39.39
%15.91
%44.70

CMYK Percentages of Color #d054ec

%12
%64
%0
%7

Triadic Colors of #d054ec

#d054ec #ecd054 #54ecd0

Analogous Colors of #d054ec

#d054ec #ec54bc #8454ec

Monochromatic Colors of #d054ec

#d054ec

Complementary Color

#d054ec #70ec54

#d054ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054ec Color CSS Codes

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

#d054ec Text Font Color

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

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


#d054ec Background Color

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

This div background color is #d054ec


#d054ec Border Color

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

This div border color is #d054ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,84,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 #d054ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054ec


Comments

No comments written yet.

Please login to write comment.