Color Hex Logo

#d084ec Color Hex

#D084EC
(208,132,236)
0 Favorites   0 Comments

Color spaces of #d084ec

RGB 208132236
HSL0.790.730.72
HSV284°44°93°
CMYK 0.120.440.00   0.07
XYZ49.404035.968683.6956
Yxy35.96860.29220.2127
Hunter Lab59.973842.0868-40.7596
CIE-Lab66.495946.4313-40.9735

#d084ec color RGB value is (208,132,236).

#d084ec hex color red value is 208, green value is 132 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d084ec hue: 0.79 , saturation: 0.73 and the lightness value of d084ec is 0.72.

The process color (four color CMYK) of #d084ec color hex is 0.12, 0.44, 0.00, 0.07. Web safe color of #d084ec is #cc99ff. Color #d084ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 11101100
Octal 320 204 354
Decimal 208 132 236
Hex D0 84 EC

RGB Percentages of Color #d084ec

%36.11
%22.92
%40.97

CMYK Percentages of Color #d084ec

%12
%44
%0
%7

Triadic Colors of #d084ec

#d084ec #ecd084 #84ecd0

Analogous Colors of #d084ec

#d084ec #ec84d4 #9c84ec

Monochromatic Colors of #d084ec

#d084ec

Complementary Color

#d084ec #a0ec84

#d084ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d084ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d084ec Color CSS Codes

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

#d084ec Text Font Color

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

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


#d084ec Background Color

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

This div background color is #d084ec


#d084ec Border Color

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

This div border color is #d084ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d084ec


Comments

No comments written yet.

Please login to write comment.