Color Hex Logo

#ff4bef Color Hex

#FF4BEF
(255,75,239)
0 Favorites   0 Comments

Color spaces of #ff4bef

RGB 25575239
HSL0.851.000.65
HSV305°71°100°
CMYK 0.000.710.06   0.00
XYZ59.336132.524184.8118
Yxy32.52410.33590.1841
Hunter Lab57.029985.9159-48.2520
CIE-Lab63.773783.4780-46.4779

#ff4bef color RGB value is (255,75,239).

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

The process color (four color CMYK) of #ff4bef color hex is 0.00, 0.71, 0.06, 0.00. Web safe color of #ff4bef is #ff33ff. Color #ff4bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001011 11101111
Octal 377 113 357
Decimal 255 75 239
Hex FF 4B EF

RGB Percentages of Color #ff4bef

%44.82
%13.18
%42.00

CMYK Percentages of Color #ff4bef

%0
%71
%6
%0

Triadic Colors of #ff4bef

#ff4bef #efff4b #4befff

Analogous Colors of #ff4bef

#ff4bef #ff4b95 #b54bff

Monochromatic Colors of #ff4bef

#ff4bef

Complementary Color

#ff4bef #4bff5b

#ff4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4bef Color CSS Codes

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

#ff4bef Text Font Color

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

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


#ff4bef Background Color

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

This div background color is #ff4bef


#ff4bef Border Color

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

This div border color is #ff4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4bef

Related Colors


Comments

No comments written yet.

Please login to write comment.