Color Hex Logo

#e725cd Color Hex

#E725CD
(231,37,205)
0 Favorites   0 Comments

Color spaces of #e725cd

RGB 23137205
HSL0.860.800.53
HSV308°84°91°
CMYK 0.000.840.11   0.09
XYZ44.636022.719859.7904
Yxy22.71980.35110.1787
Hunter Lab47.665383.7415-41.0065
CIE-Lab54.782583.5471-41.7385

#e725cd color RGB value is (231,37,205).

#e725cd hex color red value is 231, green value is 37 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e725cd hue: 0.86 , saturation: 0.80 and the lightness value of e725cd is 0.53.

The process color (four color CMYK) of #e725cd color hex is 0.00, 0.84, 0.11, 0.09. Web safe color of #e725cd is #ff33cc. Color #e725cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 11001101
Octal 347 45 315
Decimal 231 37 205
Hex E7 25 CD

RGB Percentages of Color #e725cd

%48.84
%7.82
%43.34

CMYK Percentages of Color #e725cd

%0
%84
%11
%9

Triadic Colors of #e725cd

#e725cd #cde725 #25cde7

Analogous Colors of #e725cd

#e725cd #e7256c #a025e7

Monochromatic Colors of #e725cd

#e725cd

Complementary Color

#e725cd #25e73f

#e725cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e725cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e725cd Color CSS Codes

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

#e725cd Text Font Color

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

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


#e725cd Background Color

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

This div background color is #e725cd


#e725cd Border Color

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

This div border color is #e725cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,37,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 #e725cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e725cd


Comments

No comments written yet.

Please login to write comment.