Color Hex Logo

#ea61fb Color Hex

#EA61FB
(234,97,251)
0 Favorites   0 Comments

Color spaces of #ea61fb

RGB 23497251
HSL0.810.950.68
HSV293°61°98°
CMYK 0.070.610.00   0.02
XYZ55.619033.006894.7063
Yxy33.00680.30340.1800
Hunter Lab57.451572.2661-57.5208
CIE-Lab64.166472.6688-52.6954

#ea61fb color RGB value is (234,97,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100001 11111011
Octal 352 141 373
Decimal 234 97 251
Hex EA 61 FB

RGB Percentages of Color #ea61fb

%40.21
%16.67
%43.13

CMYK Percentages of Color #ea61fb

%7
%61
%0
%2

Triadic Colors of #ea61fb

#ea61fb #fbea61 #61fbea

Analogous Colors of #ea61fb

#ea61fb #fb61bf #9d61fb

Monochromatic Colors of #ea61fb

#ea61fb

Complementary Color

#ea61fb #72fb61

#ea61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea61fb Color CSS Codes

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

#ea61fb Text Font Color

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

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


#ea61fb Background Color

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

This div background color is #ea61fb


#ea61fb Border Color

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

This div border color is #ea61fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea61fb

Related Colors


Comments

No comments written yet.

Please login to write comment.