Color Hex Logo

#ed93ec Color Hex

#ED93EC
(237,147,236)
0 Favorites   0 Comments

Color spaces of #ed93ec

RGB 237147236
HSL0.840.710.75
HSV301°38°93°
CMYK 0.000.380.00   0.07
XYZ60.499144.928184.8402
Yxy44.92810.31800.2361
Hunter Lab67.028443.8123-28.1255
CIE-Lab72.844547.1535-30.8591

#ed93ec color RGB value is (237,147,236).

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

The process color (four color CMYK) of #ed93ec color hex is 0.00, 0.38, 0.00, 0.07. Web safe color of #ed93ec is #ff99ff. Color #ed93ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 11101100
Octal 355 223 354
Decimal 237 147 236
Hex ED 93 EC

RGB Percentages of Color #ed93ec

%38.23
%23.71
%38.06

CMYK Percentages of Color #ed93ec

%0
%38
%0
%7

Triadic Colors of #ed93ec

#ed93ec #eced93 #93eced

Analogous Colors of #ed93ec

#ed93ec #ed93bf #c193ed

Monochromatic Colors of #ed93ec

#ed93ec

Complementary Color

#ed93ec #93ed94

#ed93ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed93ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed93ec Color CSS Codes

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

#ed93ec Text Font Color

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

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


#ed93ec Background Color

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

This div background color is #ed93ec


#ed93ec Border Color

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

This div border color is #ed93ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed93ec


Comments

No comments written yet.

Please login to write comment.