Color Hex Logo

#ed3eba Color Hex

#ED3EBA
(237,62,186)
0 Favorites   0 Comments

Color spaces of #ed3eba

RGB 23762186
HSL0.880.830.59
HSV317°74°93°
CMYK 0.000.740.22   0.07
XYZ45.510624.994948.8802
Yxy24.99490.38120.2094
Hunter Lab49.994974.9983-22.9716
CIE-Lab57.070576.2074-27.1561

#ed3eba color RGB value is (237,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111110 10111010
Octal 355 76 272
Decimal 237 62 186
Hex ED 3E BA

RGB Percentages of Color #ed3eba

%48.87
%12.78
%38.35

CMYK Percentages of Color #ed3eba

%0
%74
%22
%7

Triadic Colors of #ed3eba

#ed3eba #baed3e #3ebaed

Analogous Colors of #ed3eba

#ed3eba #ed3e62 #c93eed

Monochromatic Colors of #ed3eba

#ed3eba

Complementary Color

#ed3eba #3eed71

#ed3eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3eba Color CSS Codes

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

#ed3eba Text Font Color

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

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


#ed3eba Background Color

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

This div background color is #ed3eba


#ed3eba Border Color

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

This div border color is #ed3eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3eba


Comments

No comments written yet.

Please login to write comment.