Color Hex Logo

#ea6bbf Color Hex

#EA6BBF
(234,107,191)
0 Favorites   0 Comments

Color spaces of #ea6bbf

RGB 234107191
HSL0.890.750.67
HSV320°54°92°
CMYK 0.000.540.18   0.08
XYZ48.593331.769452.8612
Yxy31.76940.36470.2385
Hunter Lab56.364455.2523-16.1500
CIE-Lab63.151858.6343-20.7204

#ea6bbf color RGB value is (234,107,191).

#ea6bbf hex color red value is 234, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea6bbf hue: 0.89 , saturation: 0.75 and the lightness value of ea6bbf is 0.67.

The process color (four color CMYK) of #ea6bbf color hex is 0.00, 0.54, 0.18, 0.08. Web safe color of #ea6bbf is #ff66cc. Color #ea6bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 10111111
Octal 352 153 277
Decimal 234 107 191
Hex EA 6B BF

RGB Percentages of Color #ea6bbf

%43.98
%20.11
%35.90

CMYK Percentages of Color #ea6bbf

%0
%54
%18
%8

Triadic Colors of #ea6bbf

#ea6bbf #bfea6b #6bbfea

Analogous Colors of #ea6bbf

#ea6bbf #ea6b80 #d66bea

Monochromatic Colors of #ea6bbf

#ea6bbf

Complementary Color

#ea6bbf #6bea96

#ea6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6bbf Color CSS Codes

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

#ea6bbf Text Font Color

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

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


#ea6bbf Background Color

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

This div background color is #ea6bbf


#ea6bbf Border Color

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

This div border color is #ea6bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6bbf


Comments

No comments written yet.

Please login to write comment.