Color Hex Logo

#ea5cfd Color Hex

#EA5CFD
(234,92,253)
0 Favorites   0 Comments

Color spaces of #ea5cfd

RGB 23492253
HSL0.810.980.68
HSV293°64°99°
CMYK 0.080.640.00   0.01
XYZ55.488532.238696.2266
Yxy32.23860.30160.1753
Hunter Lab56.779075.0795-60.7367
CIE-Lab63.539675.0433-54.7922

#ea5cfd color RGB value is (234,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011100 11111101
Octal 352 134 375
Decimal 234 92 253
Hex EA 5C FD

RGB Percentages of Color #ea5cfd

%40.41
%15.89
%43.70

CMYK Percentages of Color #ea5cfd

%8
%64
%0
%1

Triadic Colors of #ea5cfd

#ea5cfd #fdea5c #5cfdea

Analogous Colors of #ea5cfd

#ea5cfd #fd5cc0 #9a5cfd

Monochromatic Colors of #ea5cfd

#ea5cfd

Complementary Color

#ea5cfd #6ffd5c

#ea5cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5cfd Color CSS Codes

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

#ea5cfd Text Font Color

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

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


#ea5cfd Background Color

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

This div background color is #ea5cfd


#ea5cfd Border Color

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

This div border color is #ea5cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5cfd


Comments

No comments written yet.

Please login to write comment.