Color Hex Logo

#d028ec Color Hex

#D028EC
(208,40,236)
0 Favorites   0 Comments

Color spaces of #d028ec

RGB 20840236
HSL0.810.840.54
HSV291°83°93°
CMYK 0.120.830.00   0.07
XYZ41.911520.983681.1981
Yxy20.98360.29090.1456
Hunter Lab45.807983.1533-73.0308
CIE-Lab52.931583.4516-62.5196

#d028ec color RGB value is (208,40,236).

#d028ec hex color red value is 208, green value is 40 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d028ec hue: 0.81 , saturation: 0.84 and the lightness value of d028ec is 0.54.

The process color (four color CMYK) of #d028ec color hex is 0.12, 0.83, 0.00, 0.07. Web safe color of #d028ec is #cc33ff. Color #d028ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101000 11101100
Octal 320 50 354
Decimal 208 40 236
Hex D0 28 EC

RGB Percentages of Color #d028ec

%42.98
%8.26
%48.76

CMYK Percentages of Color #d028ec

%12
%83
%0
%7

Triadic Colors of #d028ec

#d028ec #ecd028 #28ecd0

Analogous Colors of #d028ec

#d028ec #ec28a6 #6e28ec

Monochromatic Colors of #d028ec

#d028ec

Complementary Color

#d028ec #44ec28

#d028ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d028ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d028ec Color CSS Codes

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

#d028ec Text Font Color

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

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


#d028ec Background Color

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

This div background color is #d028ec


#d028ec Border Color

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

This div border color is #d028ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d028ec


Comments

No comments written yet.

Please login to write comment.