Color Hex Logo

#e13ecf Color Hex

#E13ECF
(225,62,207)
0 Favorites   0 Comments

Color spaces of #e13ecf

RGB 22562207
HSL0.850.730.56
HSV307°72°88°
CMYK 0.000.720.08   0.12
XYZ44.036423.957861.3348
Yxy23.95780.34050.1852
Hunter Lab48.946774.9362-40.0332
CIE-Lab56.045576.3552-40.9591

#e13ecf color RGB value is (225,62,207).

#e13ecf hex color red value is 225, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e13ecf hue: 0.85 , saturation: 0.73 and the lightness value of e13ecf is 0.56.

The process color (four color CMYK) of #e13ecf color hex is 0.00, 0.72, 0.08, 0.12. Web safe color of #e13ecf is #cc33cc. Color #e13ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11001111
Octal 341 76 317
Decimal 225 62 207
Hex E1 3E CF

RGB Percentages of Color #e13ecf

%45.55
%12.55
%41.90

CMYK Percentages of Color #e13ecf

%0
%72
%8
%12

Triadic Colors of #e13ecf

#e13ecf #cfe13e #3ecfe1

Analogous Colors of #e13ecf

#e13ecf #e13e7e #a23ee1

Monochromatic Colors of #e13ecf

#e13ecf

Complementary Color

#e13ecf #3ee150

#e13ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ecf Color CSS Codes

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

#e13ecf Text Font Color

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

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


#e13ecf Background Color

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

This div background color is #e13ecf


#e13ecf Border Color

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

This div border color is #e13ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,62,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e13ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e13ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #e13ecf;
  box-shadow:         1px 1px 3px 2px #e13ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,62,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ecf


Comments

No comments written yet.

Please login to write comment.