Color Hex Logo

#e3317d Color Hex

#E3317D
(227,49,125)
0 Favorites   0 Comments

Color spaces of #e3317d

RGB 22749125
HSL0.930.760.54
HSV334°78°89°
CMYK 0.000.780.45   0.11
XYZ36.478520.008221.3414
Yxy20.00820.46870.2571
Hunter Lab44.730567.29133.0235
CIE-Lab51.846570.91750.8004

#e3317d color RGB value is (227,49,125).

#e3317d hex color red value is 227, green value is 49 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e3317d hue: 0.93 , saturation: 0.76 and the lightness value of e3317d is 0.54.

The process color (four color CMYK) of #e3317d color hex is 0.00, 0.78, 0.45, 0.11. Web safe color of #e3317d is #cc3366. Color #e3317d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 01111101
Octal 343 61 175
Decimal 227 49 125
Hex E3 31 7D

RGB Percentages of Color #e3317d

%56.61
%12.22
%31.17

CMYK Percentages of Color #e3317d

%0
%78
%45
%11

Triadic Colors of #e3317d

#e3317d #7de331 #317de3

Analogous Colors of #e3317d

#e3317d #e33e31 #e331d6

Monochromatic Colors of #e3317d

#e3317d

Complementary Color

#e3317d #31e397

#e3317d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3317d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3317d Color CSS Codes

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

#e3317d Text Font Color

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

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


#e3317d Background Color

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

This div background color is #e3317d


#e3317d Border Color

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

This div border color is #e3317d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3317d


Comments

No comments written yet.

Please login to write comment.