Color Hex Logo

#e651da Color Hex

#E651DA
(230,81,218)
0 Favorites   0 Comments

Color spaces of #e651da

RGB 23081218
HSL0.850.750.61
HSV305°65°90°
CMYK 0.000.650.05   0.10
XYZ48.230427.769869.1477
Yxy27.76980.33230.1913
Hunter Lab52.697171.1503-40.9108
CIE-Lab59.680272.6005-41.4275

#e651da color RGB value is (230,81,218).

#e651da hex color red value is 230, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e651da hue: 0.85 , saturation: 0.75 and the lightness value of e651da is 0.61.

The process color (four color CMYK) of #e651da color hex is 0.00, 0.65, 0.05, 0.10. Web safe color of #e651da is #ff66cc. Color #e651da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11011010
Octal 346 121 332
Decimal 230 81 218
Hex E6 51 DA

RGB Percentages of Color #e651da

%43.48
%15.31
%41.21

CMYK Percentages of Color #e651da

%0
%65
%5
%10

Triadic Colors of #e651da

#e651da #dae651 #51dae6

Analogous Colors of #e651da

#e651da #e65190 #a851e6

Monochromatic Colors of #e651da

#e651da

Complementary Color

#e651da #51e65d

#e651da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651da Color CSS Codes

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

#e651da Text Font Color

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

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


#e651da Background Color

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

This div background color is #e651da


#e651da Border Color

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

This div border color is #e651da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651da


Comments

No comments written yet.

Please login to write comment.