Color Hex Logo

#ea6dfb Color Hex

#EA6DFB
(234,109,251)
0 Favorites   0 Comments

Color spaces of #ea6dfb

RGB 234109251
HSL0.810.950.71
HSV293°57°98°
CMYK 0.070.570.00   0.02
XYZ56.812935.394795.1043
Yxy35.39470.30330.1890
Hunter Lab59.493466.3440-53.1337
CIE-Lab66.054867.5004-49.7066

#ea6dfb color RGB value is (234,109,251).

#ea6dfb hex color red value is 234, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea6dfb hue: 0.81 , saturation: 0.95 and the lightness value of ea6dfb is 0.71.

The process color (four color CMYK) of #ea6dfb color hex is 0.07, 0.57, 0.00, 0.02. Web safe color of #ea6dfb is #ff66ff. Color #ea6dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101101 11111011
Octal 352 155 373
Decimal 234 109 251
Hex EA 6D FB

RGB Percentages of Color #ea6dfb

%39.39
%18.35
%42.26

CMYK Percentages of Color #ea6dfb

%7
%57
%0
%2

Triadic Colors of #ea6dfb

#ea6dfb #fbea6d #6dfbea

Analogous Colors of #ea6dfb

#ea6dfb #fb6dc5 #a36dfb

Monochromatic Colors of #ea6dfb

#ea6dfb

Complementary Color

#ea6dfb #7efb6d

#ea6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6dfb Color CSS Codes

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

#ea6dfb Text Font Color

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

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


#ea6dfb Background Color

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

This div background color is #ea6dfb


#ea6dfb Border Color

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

This div border color is #ea6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6dfb


Comments

No comments written yet.

Please login to write comment.