Color Hex Logo

#ed26ba Color Hex

#ED26BA
(237,38,186)
0 Favorites   0 Comments

Color spaces of #ed26ba

RGB 23738186
HSL0.880.850.54
HSV315°84°93°
CMYK 0.000.840.22   0.07
XYZ44.481122.935948.5370
Yxy22.93590.38360.1978
Hunter Lab47.891481.9790-26.5652
CIE-Lab55.006382.1328-30.3558

#ed26ba color RGB value is (237,38,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100110 10111010
Octal 355 46 272
Decimal 237 38 186
Hex ED 26 BA

RGB Percentages of Color #ed26ba

%51.41
%8.24
%40.35

CMYK Percentages of Color #ed26ba

%0
%84
%22
%7

Triadic Colors of #ed26ba

#ed26ba #baed26 #26baed

Analogous Colors of #ed26ba

#ed26ba #ed2656 #bd26ed

Monochromatic Colors of #ed26ba

#ed26ba

Complementary Color

#ed26ba #26ed59

#ed26ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed26ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed26ba Color CSS Codes

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

#ed26ba Text Font Color

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

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


#ed26ba Background Color

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

This div background color is #ed26ba


#ed26ba Border Color

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

This div border color is #ed26ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed26ba


Comments

No comments written yet.

Please login to write comment.