Color Hex Logo

#e3468b Color Hex

#E3468B
(227,70,139)
0 Favorites   0 Comments

Color spaces of #e3468b

RGB 22770139
HSL0.930.740.58
HSV334°69°89°
CMYK 0.000.690.39   0.11
XYZ38.528922.575326.7529
Yxy22.57530.43850.2570
Hunter Lab47.513561.5979-0.1244
CIE-Lab54.632265.5945-3.4865

#e3468b color RGB value is (227,70,139).

#e3468b hex color red value is 227, green value is 70 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e3468b hue: 0.93 , saturation: 0.74 and the lightness value of e3468b is 0.58.

The process color (four color CMYK) of #e3468b color hex is 0.00, 0.69, 0.39, 0.11. Web safe color of #e3468b is #cc3399. Color #e3468b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 10001011
Octal 343 106 213
Decimal 227 70 139
Hex E3 46 8B

RGB Percentages of Color #e3468b

%52.06
%16.06
%31.88

CMYK Percentages of Color #e3468b

%0
%69
%39
%11

Triadic Colors of #e3468b

#e3468b #8be346 #468be3

Analogous Colors of #e3468b

#e3468b #e35046 #e346da

Monochromatic Colors of #e3468b

#e3468b

Complementary Color

#e3468b #46e39e

#e3468b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3468b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3468b Color CSS Codes

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

#e3468b Text Font Color

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

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


#e3468b Background Color

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

This div background color is #e3468b


#e3468b Border Color

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

This div border color is #e3468b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,70,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3468b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3468b;
  -webkit-box-shadow: 1px 1px 3px 2px #e3468b;
  box-shadow:         1px 1px 3px 2px #e3468b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,70,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3468b


Comments

No comments written yet.

Please login to write comment.