Color Hex Logo

#d593ec Color Hex

#D593EC
(213,147,236)
0 Favorites   0 Comments

Color spaces of #d593ec

RGB 213147236
HSL0.790.700.75
HSV284°38°93°
CMYK 0.100.380.00   0.07
XYZ53.014641.069784.4899
Yxy41.06970.29690.2300
Hunter Lab64.085635.5135-33.3074
CIE-Lab70.224739.9230-35.1223

#d593ec color RGB value is (213,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 11101100
Octal 325 223 354
Decimal 213 147 236
Hex D5 93 EC

RGB Percentages of Color #d593ec

%35.74
%24.66
%39.60

CMYK Percentages of Color #d593ec

%10
%38
%0
%7

Triadic Colors of #d593ec

#d593ec #ecd593 #93ecd5

Analogous Colors of #d593ec

#d593ec #ec93d7 #a993ec

Monochromatic Colors of #d593ec

#d593ec

Complementary Color

#d593ec #aaec93

#d593ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d593ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d593ec Color CSS Codes

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

#d593ec Text Font Color

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

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


#d593ec Background Color

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

This div background color is #d593ec


#d593ec Border Color

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

This div border color is #d593ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d593ec


Comments

No comments written yet.

Please login to write comment.