Color Hex Logo

#e23271 Color Hex

#E23271
(226,50,113)
0 Favorites   0 Comments

Color spaces of #e23271

RGB 22650113
HSL0.940.750.54
HSV339°78°89°
CMYK 0.000.780.50   0.11
XYZ35.485319.642217.5438
Yxy19.64220.48830.2703
Hunter Lab44.319565.36047.5538
CIE-Lab51.430269.38357.4284

#e23271 color RGB value is (226,50,113).

#e23271 hex color red value is 226, green value is 50 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e23271 hue: 0.94 , saturation: 0.75 and the lightness value of e23271 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110010 01110001
Octal 342 62 161
Decimal 226 50 113
Hex E2 32 71

RGB Percentages of Color #e23271

%58.10
%12.85
%29.05

CMYK Percentages of Color #e23271

%0
%78
%50
%11

Triadic Colors of #e23271

#e23271 #71e232 #3271e2

Analogous Colors of #e23271

#e23271 #e24b32 #e232c9

Monochromatic Colors of #e23271

#e23271

Complementary Color

#e23271 #32e2a3

#e23271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23271 Color CSS Codes

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

#e23271 Text Font Color

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

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


#e23271 Background Color

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

This div background color is #e23271


#e23271 Border Color

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

This div border color is #e23271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,50,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e23271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e23271;
  -webkit-box-shadow: 1px 1px 3px 2px #e23271;
  box-shadow:         1px 1px 3px 2px #e23271; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,50,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23271


Comments

No comments written yet.

Please login to write comment.