Color Hex Logo

#ff7fee Color Hex

#FF7FEE
(255,127,238)
0 Favorites   0 Comments

Color spaces of #ff7fee

RGB 255127238
HSL0.861.000.75
HSV308°50°100°
CMYK 0.000.500.07   0.00
XYZ64.262042.611885.7268
Yxy42.61180.33370.2212
Hunter Lab65.277761.4866-32.1690
CIE-Lab71.290762.5894-34.1769

#ff7fee color RGB value is (255,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 11101110
Octal 377 177 356
Decimal 255 127 238
Hex FF 7F EE

RGB Percentages of Color #ff7fee

%41.13
%20.48
%38.39

CMYK Percentages of Color #ff7fee

%0
%50
%7
%0

Triadic Colors of #ff7fee

#ff7fee #eeff7f #7feeff

Analogous Colors of #ff7fee

#ff7fee #ff7fae #d07fff

Monochromatic Colors of #ff7fee

#ff7fee

Complementary Color

#ff7fee #7fff90

#ff7fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fee Color CSS Codes

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

#ff7fee Text Font Color

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

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


#ff7fee Background Color

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

This div background color is #ff7fee


#ff7fee Border Color

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

This div border color is #ff7fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fee

Related Colors


Comments

No comments written yet.

Please login to write comment.