Color Hex Logo

#d094ec Color Hex

#D094EC
(208,148,236)
0 Favorites   0 Comments

Color spaces of #d094ec

RGB 208148236
HSL0.780.700.75
HSV281°37°93°
CMYK 0.120.370.00   0.07
XYZ51.742740.645884.4752
Yxy40.64580.29260.2298
Hunter Lab63.754133.3007-33.9324
CIE-Lab69.927037.8880-35.6249

#d094ec color RGB value is (208,148,236).

#d094ec hex color red value is 208, green value is 148 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d094ec hue: 0.78 , saturation: 0.70 and the lightness value of d094ec is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 11101100
Octal 320 224 354
Decimal 208 148 236
Hex D0 94 EC

RGB Percentages of Color #d094ec

%35.14
%25.00
%39.86

CMYK Percentages of Color #d094ec

%12
%37
%0
%7

Triadic Colors of #d094ec

#d094ec #ecd094 #94ecd0

Analogous Colors of #d094ec

#d094ec #ec94dc #a494ec

Monochromatic Colors of #d094ec

#d094ec

Complementary Color

#d094ec #b0ec94

#d094ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d094ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d094ec Color CSS Codes

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

#d094ec Text Font Color

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

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


#d094ec Background Color

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

This div background color is #d094ec


#d094ec Border Color

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

This div border color is #d094ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d094ec


Comments

No comments written yet.

Please login to write comment.