Color Hex Logo

#ff2feb Color Hex

#FF2FEB
(255,47,235)
0 Favorites   0 Comments

Color spaces of #ff2feb

RGB 25547235
HSL0.851.000.59
HSV306°82°100°
CMYK 0.000.820.08   0.00
XYZ57.251929.291281.2335
Yxy29.29120.34120.1746
Hunter Lab54.121394.1127-51.1065
CIE-Lab61.037890.2077-48.5697

#ff2feb color RGB value is (255,47,235).

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

The process color (four color CMYK) of #ff2feb color hex is 0.00, 0.82, 0.08, 0.00. Web safe color of #ff2feb is #ff33ff. Color #ff2feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101111 11101011
Octal 377 57 353
Decimal 255 47 235
Hex FF 2F EB

RGB Percentages of Color #ff2feb

%47.49
%8.75
%43.76

CMYK Percentages of Color #ff2feb

%0
%82
%8
%0

Triadic Colors of #ff2feb

#ff2feb #ebff2f #2febff

Analogous Colors of #ff2feb

#ff2feb #ff2f83 #ab2fff

Monochromatic Colors of #ff2feb

#ff2feb

Complementary Color

#ff2feb #2fff43

#ff2feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2feb Color CSS Codes

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

#ff2feb Text Font Color

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

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


#ff2feb Background Color

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

This div background color is #ff2feb


#ff2feb Border Color

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

This div border color is #ff2feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2feb

Related Colors


Comments

No comments written yet.

Please login to write comment.