Color Hex Logo

#ed3ebc Color Hex

#ED3EBC
(237,62,188)
0 Favorites   0 Comments

Color spaces of #ed3ebc

RGB 23762188
HSL0.880.830.59
HSV317°74°93°
CMYK 0.000.740.21   0.07
XYZ45.724825.080650.0080
Yxy25.08060.37850.2076
Hunter Lab50.080575.3341-24.1478
CIE-Lab57.153976.4606-28.1811

#ed3ebc color RGB value is (237,62,188).

#ed3ebc hex color red value is 237, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed3ebc hue: 0.88 , saturation: 0.83 and the lightness value of ed3ebc is 0.59.

The process color (four color CMYK) of #ed3ebc color hex is 0.00, 0.74, 0.21, 0.07. Web safe color of #ed3ebc is #ff33cc. Color #ed3ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111110 10111100
Octal 355 76 274
Decimal 237 62 188
Hex ED 3E BC

RGB Percentages of Color #ed3ebc

%48.67
%12.73
%38.60

CMYK Percentages of Color #ed3ebc

%0
%74
%21
%7

Triadic Colors of #ed3ebc

#ed3ebc #bced3e #3ebced

Analogous Colors of #ed3ebc

#ed3ebc #ed3e65 #c73eed

Monochromatic Colors of #ed3ebc

#ed3ebc

Complementary Color

#ed3ebc #3eed6f

#ed3ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3ebc Color CSS Codes

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

#ed3ebc Text Font Color

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

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


#ed3ebc Background Color

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

This div background color is #ed3ebc


#ed3ebc Border Color

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

This div border color is #ed3ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,62,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed3ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3ebc


Comments

No comments written yet.

Please login to write comment.