Color Hex Logo

#e13cbf Color Hex

#E13CBF
(225,60,191)
0 Favorites   0 Comments

Color spaces of #e13cbf

RGB 22560191
HSL0.870.730.56
HSV312°73°88°
CMYK 0.000.730.15   0.12
XYZ42.071223.000951.5124
Yxy23.00090.36090.1973
Hunter Lab47.959372.6565-30.1111
CIE-Lab55.073374.7028-33.3005

#e13cbf color RGB value is (225,60,191).

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

The process color (four color CMYK) of #e13cbf color hex is 0.00, 0.73, 0.15, 0.12. Web safe color of #e13cbf is #cc33cc. Color #e13cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 10111111
Octal 341 74 277
Decimal 225 60 191
Hex E1 3C BF

RGB Percentages of Color #e13cbf

%47.27
%12.61
%40.13

CMYK Percentages of Color #e13cbf

%0
%73
%15
%12

Triadic Colors of #e13cbf

#e13cbf #bfe13c #3cbfe1

Analogous Colors of #e13cbf

#e13cbf #e13c6d #b13ce1

Monochromatic Colors of #e13cbf

#e13cbf

Complementary Color

#e13cbf #3ce15e

#e13cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cbf Color CSS Codes

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

#e13cbf Text Font Color

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

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


#e13cbf Background Color

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

This div background color is #e13cbf


#e13cbf Border Color

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

This div border color is #e13cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cbf


Comments

No comments written yet.

Please login to write comment.