Color Hex Logo

#e6277e Color Hex

#E6277E
(230,39,126)
0 Favorites   0 Comments

Color spaces of #e6277e

RGB 23039126
HSL0.920.790.53
HSV333°83°90°
CMYK 0.000.830.45   0.10
XYZ37.124519.780421.6000
Yxy19.78040.47290.2520
Hunter Lab44.475271.16682.3376
CIE-Lab51.588074.1640-0.1126

#e6277e color RGB value is (230,39,126).

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

The process color (four color CMYK) of #e6277e color hex is 0.00, 0.83, 0.45, 0.10. Web safe color of #e6277e is #ff3366. Color #e6277e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100111 01111110
Octal 346 47 176
Decimal 230 39 126
Hex E6 27 7E

RGB Percentages of Color #e6277e

%58.23
%9.87
%31.90

CMYK Percentages of Color #e6277e

%0
%83
%45
%10

Triadic Colors of #e6277e

#e6277e #7ee627 #277ee6

Analogous Colors of #e6277e

#e6277e #e63027 #e627de

Monochromatic Colors of #e6277e

#e6277e

Complementary Color

#e6277e #27e68f

#e6277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6277e Color CSS Codes

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

#e6277e Text Font Color

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

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


#e6277e Background Color

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

This div background color is #e6277e


#e6277e Border Color

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

This div border color is #e6277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6277e


Comments

No comments written yet.

Please login to write comment.