Color Hex Logo

#ea68b8 Color Hex

#EA68B8
(234,104,184)
0 Favorites   0 Comments

Color spaces of #ea68b8

RGB 234104184
HSL0.900.760.66
HSV323°56°92°
CMYK 0.000.560.21   0.08
XYZ47.533730.853748.7975
Yxy30.85370.37370.2426
Hunter Lab55.546155.5461-13.2043
CIE-Lab62.383959.0169-17.9085

#ea68b8 color RGB value is (234,104,184).

#ea68b8 hex color red value is 234, green value is 104 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ea68b8 hue: 0.90 , saturation: 0.76 and the lightness value of ea68b8 is 0.66.

The process color (four color CMYK) of #ea68b8 color hex is 0.00, 0.56, 0.21, 0.08. Web safe color of #ea68b8 is #ff66cc. Color #ea68b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 10111000
Octal 352 150 270
Decimal 234 104 184
Hex EA 68 B8

RGB Percentages of Color #ea68b8

%44.83
%19.92
%35.25

CMYK Percentages of Color #ea68b8

%0
%56
%21
%8

Triadic Colors of #ea68b8

#ea68b8 #b8ea68 #68b8ea

Analogous Colors of #ea68b8

#ea68b8 #ea6877 #db68ea

Monochromatic Colors of #ea68b8

#ea68b8

Complementary Color

#ea68b8 #68ea9a

#ea68b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68b8 Color CSS Codes

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

#ea68b8 Text Font Color

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

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


#ea68b8 Background Color

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

This div background color is #ea68b8


#ea68b8 Border Color

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

This div border color is #ea68b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68b8


Comments

No comments written yet.

Please login to write comment.