Color Hex Logo

#e726cb Color Hex

#E726CB
(231,38,203)
0 Favorites   0 Comments

Color spaces of #e726cb

RGB 23138203
HSL0.860.800.53
HSV309°84°91°
CMYK 0.000.840.12   0.09
XYZ44.427622.686958.5373
Yxy22.68690.35360.1806
Hunter Lab47.630883.1420-39.5247
CIE-Lab54.748483.0887-40.6452

#e726cb color RGB value is (231,38,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 11001011
Octal 347 46 313
Decimal 231 38 203
Hex E7 26 CB

RGB Percentages of Color #e726cb

%48.94
%8.05
%43.01

CMYK Percentages of Color #e726cb

%0
%84
%12
%9

Triadic Colors of #e726cb

#e726cb #cbe726 #26cbe7

Analogous Colors of #e726cb

#e726cb #e7266b #a326e7

Monochromatic Colors of #e726cb

#e726cb

Complementary Color

#e726cb #26e742

#e726cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e726cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e726cb Color CSS Codes

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

#e726cb Text Font Color

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

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


#e726cb Background Color

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

This div background color is #e726cb


#e726cb Border Color

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

This div border color is #e726cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,38,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e726cb


Comments

No comments written yet.

Please login to write comment.