Color Hex Logo

#ea35da Color Hex

#EA35DA
(234,53,218)
0 Favorites   0 Comments

Color spaces of #ea35da

RGB 23453218
HSL0.850.810.56
HSV305°77°92°
CMYK 0.000.770.07   0.08
XYZ47.859725.100668.6521
Yxy25.10060.33800.1772
Hunter Lab50.100582.8405-46.1740
CIE-Lab57.173382.3817-45.3380

#ea35da color RGB value is (234,53,218).

#ea35da hex color red value is 234, green value is 53 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea35da hue: 0.85 , saturation: 0.81 and the lightness value of ea35da is 0.56.

The process color (four color CMYK) of #ea35da color hex is 0.00, 0.77, 0.07, 0.08. Web safe color of #ea35da is #ff33cc. Color #ea35da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 11011010
Octal 352 65 332
Decimal 234 53 218
Hex EA 35 DA

RGB Percentages of Color #ea35da

%46.34
%10.50
%43.17

CMYK Percentages of Color #ea35da

%0
%77
%7
%8

Triadic Colors of #ea35da

#ea35da #daea35 #35daea

Analogous Colors of #ea35da

#ea35da #ea3580 #a035ea

Monochromatic Colors of #ea35da

#ea35da

Complementary Color

#ea35da #35ea45

#ea35da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea35da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea35da Color CSS Codes

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

#ea35da Text Font Color

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

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


#ea35da Background Color

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

This div background color is #ea35da


#ea35da Border Color

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

This div border color is #ea35da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea35da


Comments

No comments written yet.

Please login to write comment.