Color Hex Logo

#e6268a Color Hex

#E6268A
(230,38,138)
0 Favorites   0 Comments

Color spaces of #e6268a

RGB 23038138
HSL0.910.790.53
HSV329°83°90°
CMYK 0.000.830.40   0.10
XYZ37.913720.044225.9154
Yxy20.04420.45200.2390
Hunter Lab44.770772.8123-2.9803
CIE-Lab51.887175.4463-6.8983

#e6268a color RGB value is (230,38,138).

#e6268a hex color red value is 230, green value is 38 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e6268a hue: 0.91 , saturation: 0.79 and the lightness value of e6268a is 0.53.

The process color (four color CMYK) of #e6268a color hex is 0.00, 0.83, 0.40, 0.10. Web safe color of #e6268a is #ff3399. Color #e6268a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100110 10001010
Octal 346 46 212
Decimal 230 38 138
Hex E6 26 8A

RGB Percentages of Color #e6268a

%56.65
%9.36
%33.99

CMYK Percentages of Color #e6268a

%0
%83
%40
%10

Triadic Colors of #e6268a

#e6268a #8ae626 #268ae6

Analogous Colors of #e6268a

#e6268a #e6262a #e226e6

Monochromatic Colors of #e6268a

#e6268a

Complementary Color

#e6268a #26e682

#e6268a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6268a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6268a Color CSS Codes

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

#e6268a Text Font Color

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

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


#e6268a Background Color

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

This div background color is #e6268a


#e6268a Border Color

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

This div border color is #e6268a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,38,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6268a


Comments

No comments written yet.

Please login to write comment.