Color Hex Logo

#e231cd Color Hex

#E231CD
(226,49,205)
0 Favorites   0 Comments

Color spaces of #e231cd

RGB 22649205
HSL0.850.750.54
HSV307°78°89°
CMYK 0.000.780.09   0.11
XYZ43.481822.773259.8615
Yxy22.77320.34480.1806
Hunter Lab47.721379.1301-40.9684
CIE-Lab54.838079.9291-41.7078

#e231cd color RGB value is (226,49,205).

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

The process color (four color CMYK) of #e231cd color hex is 0.00, 0.78, 0.09, 0.11. Web safe color of #e231cd is #cc33cc. Color #e231cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110001 11001101
Octal 342 61 315
Decimal 226 49 205
Hex E2 31 CD

RGB Percentages of Color #e231cd

%47.08
%10.21
%42.71

CMYK Percentages of Color #e231cd

%0
%78
%9
%11

Triadic Colors of #e231cd

#e231cd #cde231 #31cde2

Analogous Colors of #e231cd

#e231cd #e23175 #9f31e2

Monochromatic Colors of #e231cd

#e231cd

Complementary Color

#e231cd #31e246

#e231cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e231cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e231cd Color CSS Codes

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

#e231cd Text Font Color

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

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


#e231cd Background Color

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

This div background color is #e231cd


#e231cd Border Color

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

This div border color is #e231cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e231cd


Comments

No comments written yet.

Please login to write comment.