Color Hex Logo

#ea69fd Color Hex

#EA69FD
(234,105,253)
0 Favorites   0 Comments

Color spaces of #ea69fd

RGB 234105253
HSL0.810.970.70
HSV292°58°99°
CMYK 0.080.580.00   0.01
XYZ56.712934.687496.6347
Yxy34.68740.30160.1845
Hunter Lab58.896068.8155-56.0539
CIE-Lab65.504669.6249-51.6753

#ea69fd color RGB value is (234,105,253).

#ea69fd hex color red value is 234, green value is 105 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ea69fd hue: 0.81 , saturation: 0.97 and the lightness value of ea69fd is 0.70.

The process color (four color CMYK) of #ea69fd color hex is 0.08, 0.58, 0.00, 0.01. Web safe color of #ea69fd is #ff66ff. Color #ea69fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 11111101
Octal 352 151 375
Decimal 234 105 253
Hex EA 69 FD

RGB Percentages of Color #ea69fd

%39.53
%17.74
%42.74

CMYK Percentages of Color #ea69fd

%8
%58
%0
%1

Triadic Colors of #ea69fd

#ea69fd #fdea69 #69fdea

Analogous Colors of #ea69fd

#ea69fd #fd69c6 #a069fd

Monochromatic Colors of #ea69fd

#ea69fd

Complementary Color

#ea69fd #7cfd69

#ea69fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea69fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea69fd Color CSS Codes

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

#ea69fd Text Font Color

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

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


#ea69fd Background Color

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

This div background color is #ea69fd


#ea69fd Border Color

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

This div border color is #ea69fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,105,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea69fd

Related Colors


Comments

No comments written yet.

Please login to write comment.