Color Hex Logo

#d093ec Color Hex

#D093EC
(208,147,236)
0 Favorites   0 Comments

Color spaces of #d093ec

RGB 208147236
HSL0.780.700.75
HSV281°38°93°
CMYK 0.120.380.00   0.07
XYZ51.586540.333584.4231
Yxy40.33350.29250.2287
Hunter Lab63.508733.8509-34.3591
CIE-Lab69.706438.4278-35.9675

#d093ec color RGB value is (208,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 11101100
Octal 320 223 354
Decimal 208 147 236
Hex D0 93 EC

RGB Percentages of Color #d093ec

%35.19
%24.87
%39.93

CMYK Percentages of Color #d093ec

%12
%38
%0
%7

Triadic Colors of #d093ec

#d093ec #ecd093 #93ecd0

Analogous Colors of #d093ec

#d093ec #ec93dc #a493ec

Monochromatic Colors of #d093ec

#d093ec

Complementary Color

#d093ec #afec93

#d093ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093ec Color CSS Codes

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

#d093ec Text Font Color

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

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


#d093ec Background Color

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

This div background color is #d093ec


#d093ec Border Color

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

This div border color is #d093ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093ec


Comments

No comments written yet.

Please login to write comment.