Color Hex Logo

#ff55ee Color Hex

#FF55EE
(255,85,238)
0 Favorites   0 Comments

Color spaces of #ff55ee

RGB 25585238
HSL0.851.000.67
HSV306°67°100°
CMYK 0.000.670.07   0.00
XYZ59.921133.930084.2799
Yxy33.93000.33640.1905
Hunter Lab58.249581.6860-45.0108
CIE-Lab64.907079.9930-44.1385

#ff55ee color RGB value is (255,85,238). This hex color code is also a web safe color which is equal to #F5E.

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

The process color (four color CMYK) of #ff55ee color hex is 0.00, 0.67, 0.07, 0.00. Web safe color of #ff55ee is #ff66ff. Color #ff55ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 11101110
Octal 377 125 356
Decimal 255 85 238
Hex FF 55 EE

RGB Percentages of Color #ff55ee

%44.12
%14.71
%41.18

CMYK Percentages of Color #ff55ee

%0
%67
%7
%0

Triadic Colors of #ff55ee

#ff55ee #eeff55 #55eeff

Analogous Colors of #ff55ee

#ff55ee #ff5599 #bb55ff

Monochromatic Colors of #ff55ee

#ff55ee

Complementary Color

#ff55ee #55ff66

#ff55ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff55ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff55ee Color CSS Codes

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

#ff55ee Text Font Color

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

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


#ff55ee Background Color

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

This div background color is #ff55ee


#ff55ee Border Color

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

This div border color is #ff55ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff55ee

Related Colors


Comments

No comments written yet.

Please login to write comment.