Color Hex Logo

#ff80ee Color Hex

#FF80EE
(255,128,238)
1 Favorites   0 Comments

Color spaces of #ff80ee

RGB 255128238
HSL0.861.000.75
HSV308°50°100°
CMYK 0.000.500.07   0.00
XYZ64.391842.871485.7701
Yxy42.87140.33360.2221
Hunter Lab65.476360.9601-31.8331
CIE-Lab71.467662.1222-33.9030

#ff80ee color RGB value is (255,128,238).

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

The process color (four color CMYK) of #ff80ee color hex is 0.00, 0.50, 0.07, 0.00. Web safe color of #ff80ee is #ff99ff. Color #ff80ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 11101110
Octal 377 200 356
Decimal 255 128 238
Hex FF 80 EE

RGB Percentages of Color #ff80ee

%41.06
%20.61
%38.33

CMYK Percentages of Color #ff80ee

%0
%50
%7
%0

Triadic Colors of #ff80ee

#ff80ee #eeff80 #80eeff

Analogous Colors of #ff80ee

#ff80ee #ff80af #d180ff

Monochromatic Colors of #ff80ee

#ff80ee

Complementary Color

#ff80ee #80ff91

#ff80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff80ee Color CSS Codes

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

#ff80ee Text Font Color

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

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


#ff80ee Background Color

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

This div background color is #ff80ee


#ff80ee Border Color

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

This div border color is #ff80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff80ee

Related Colors

#ff80ee Color Palettes


Comments

No comments written yet.

Please login to write comment.