Color Hex Logo

#e727da Color Hex

#E727DA
(231,39,218)
0 Favorites   0 Comments

Color spaces of #e727da

RGB 23139218
HSL0.840.800.53
HSV304°83°91°
CMYK 0.000.830.06   0.09
XYZ46.335423.501968.4238
Yxy23.50190.33510.1700
Hunter Lab48.478885.7703-49.7479
CIE-Lab55.585684.9566-47.8851

#e727da color RGB value is (231,39,218).

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

The process color (four color CMYK) of #e727da color hex is 0.00, 0.83, 0.06, 0.09. Web safe color of #e727da is #ff33cc. Color #e727da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 11011010
Octal 347 47 332
Decimal 231 39 218
Hex E7 27 DA

RGB Percentages of Color #e727da

%47.34
%7.99
%44.67

CMYK Percentages of Color #e727da

%0
%83
%6
%9

Triadic Colors of #e727da

#e727da #dae727 #27dae7

Analogous Colors of #e727da

#e727da #e7277a #9427e7

Monochromatic Colors of #e727da

#e727da

Complementary Color

#e727da #27e734

#e727da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e727da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e727da Color CSS Codes

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

#e727da Text Font Color

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

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


#e727da Background Color

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

This div background color is #e727da


#e727da Border Color

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

This div border color is #e727da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e727da


Comments

No comments written yet.

Please login to write comment.