Color Hex Logo

#ea06bf Color Hex

#EA06BF
(234,6,191)
0 Favorites   0 Comments

Color spaces of #ea06bf

RGB 2346191
HSL0.860.950.47
HSV311°97°92°
CMYK 0.000.970.18   0.08
XYZ43.400821.384351.1303
Yxy21.38430.37440.1845
Hunter Lab46.243286.6029-33.1858
CIE-Lab53.367586.0277-35.8551

#ea06bf color RGB value is (234,6,191).

#ea06bf hex color red value is 234, green value is 6 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea06bf hue: 0.86 , saturation: 0.95 and the lightness value of ea06bf is 0.47.

The process color (four color CMYK) of #ea06bf color hex is 0.00, 0.97, 0.18, 0.08. Web safe color of #ea06bf is #ff00cc. Color #ea06bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000110 10111111
Octal 352 6 277
Decimal 234 6 191
Hex EA 6 BF

RGB Percentages of Color #ea06bf

%54.29
%1.39
%44.32

CMYK Percentages of Color #ea06bf

%0
%97
%18
%8

Triadic Colors of #ea06bf

#ea06bf #bfea06 #06bfea

Analogous Colors of #ea06bf

#ea06bf #ea064d #a306ea

Monochromatic Colors of #ea06bf

#ea06bf

Complementary Color

#ea06bf #06ea31

#ea06bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea06bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea06bf Color CSS Codes

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

#ea06bf Text Font Color

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

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


#ea06bf Background Color

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

This div background color is #ea06bf


#ea06bf Border Color

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

This div border color is #ea06bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea06bf


Comments

No comments written yet.

Please login to write comment.