Color Hex Logo

#ed67ec Color Hex

#ED67EC
(237,103,236)
0 Favorites   0 Comments

Color spaces of #ed67ec

RGB 237103236
HSL0.830.790.67
HSV300°57°93°
CMYK 0.000.570.00   0.07
XYZ54.915633.761182.9791
Yxy33.76110.31990.1967
Hunter Lab58.104367.0216-43.9994
CIE-Lab64.772568.2859-43.4207

#ed67ec color RGB value is (237,103,236).

#ed67ec hex color red value is 237, green value is 103 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ed67ec hue: 0.83 , saturation: 0.79 and the lightness value of ed67ec is 0.67.

The process color (four color CMYK) of #ed67ec color hex is 0.00, 0.57, 0.00, 0.07. Web safe color of #ed67ec is #ff66ff. Color #ed67ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 11101100
Octal 355 147 354
Decimal 237 103 236
Hex ED 67 EC

RGB Percentages of Color #ed67ec

%41.15
%17.88
%40.97

CMYK Percentages of Color #ed67ec

%0
%57
%0
%7

Triadic Colors of #ed67ec

#ed67ec #eced67 #67eced

Analogous Colors of #ed67ec

#ed67ec #ed67a9 #ab67ed

Monochromatic Colors of #ed67ec

#ed67ec

Complementary Color

#ed67ec #67ed68

#ed67ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed67ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed67ec Color CSS Codes

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

#ed67ec Text Font Color

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

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


#ed67ec Background Color

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

This div background color is #ed67ec


#ed67ec Border Color

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

This div border color is #ed67ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed67ec


Comments

No comments written yet.

Please login to write comment.