Color Hex Logo

#ff7eea Color Hex

#FF7EEA
(255,126,234)
0 Favorites   0 Comments

Color spaces of #ff7eea

RGB 255126234
HSL0.861.000.75
HSV310°51°100°
CMYK 0.000.510.08   0.00
XYZ63.552142.122282.6227
Yxy42.12220.33750.2237
Hunter Lab64.901661.2106-30.0477
CIE-Lab70.955162.4141-32.4991

#ff7eea color RGB value is (255,126,234).

#ff7eea hex color red value is 255, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ff7eea hue: 0.86 , saturation: 1.00 and the lightness value of ff7eea is 0.75.

The process color (four color CMYK) of #ff7eea color hex is 0.00, 0.51, 0.08, 0.00. Web safe color of #ff7eea is #ff66ff. Color #ff7eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11101010
Octal 377 176 352
Decimal 255 126 234
Hex FF 7E EA

RGB Percentages of Color #ff7eea

%41.46
%20.49
%38.05

CMYK Percentages of Color #ff7eea

%0
%51
%8
%0

Triadic Colors of #ff7eea

#ff7eea #eaff7e #7eeaff

Analogous Colors of #ff7eea

#ff7eea #ff7eaa #d47eff

Monochromatic Colors of #ff7eea

#ff7eea

Complementary Color

#ff7eea #7eff93

#ff7eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7eea Color CSS Codes

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

#ff7eea Text Font Color

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

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


#ff7eea Background Color

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

This div background color is #ff7eea


#ff7eea Border Color

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

This div border color is #ff7eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7eea


Comments

No comments written yet.

Please login to write comment.