color codes Logo

#e726cd color codes

#E726CD
(231,38,205)
0 Favorites   0 Comments

Color spaces of #e726cd

RGB 23138205
HSL0.860.800.53
HSV308°84°91°
CMYK 0.000.840.11   0.09
XYZ44.667622.782959.8009
Yxy22.78290.35100.1790
Hunter Lab47.731483.5122-40.8702
CIE-Lab54.848083.3566-41.6352

#e726cd color RGB value is (231,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 11001101
Octal 347 46 315
Decimal 231 38 205
Hex E7 26 CD

RGB Percentages of Color #e726cd

%48.73
%8.02
%43.25

CMYK Percentages of Color #e726cd

%0
%84
%11
%9

Triadic Colors of #e726cd

#e726cd #cde726 #26cde7

Analogous Colors of #e726cd

#e726cd #e7266d #a126e7

Monochromatic Colors of #e726cd

#e726cd

Complementary Color

#e726cd #26e740

#e726cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726cd Color CSS Codes

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

#e726cd Text Font Color

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

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


#e726cd Background Color

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

This div background color is #e726cd


#e726cd Border Color

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

This div border color is #e726cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726cd


Comments

No comments written yet.

Please login to write comment.