Color Hex Logo

#ff4baf Color Hex

#FF4BAF
(255,75,175)
0 Favorites   0 Comments

Color spaces of #ff4baf

RGB 25575175
HSL0.911.000.65
HSV327°71°100°
CMYK 0.000.710.31   0.00
XYZ51.493929.387343.5157
Yxy29.38730.41390.2362
Hunter Lab54.210174.6888-9.6465
CIE-Lab61.121975.1857-14.3501

#ff4baf color RGB value is (255,75,175).

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

The process color (four color CMYK) of #ff4baf color hex is 0.00, 0.71, 0.31, 0.00. Web safe color of #ff4baf is #ff3399. Color #ff4baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001011 10101111
Octal 377 113 257
Decimal 255 75 175
Hex FF 4B AF

RGB Percentages of Color #ff4baf

%50.50
%14.85
%34.65

CMYK Percentages of Color #ff4baf

%0
%71
%31
%0

Triadic Colors of #ff4baf

#ff4baf #afff4b #4bafff

Analogous Colors of #ff4baf

#ff4baf #ff4b55 #f54bff

Monochromatic Colors of #ff4baf

#ff4baf

Complementary Color

#ff4baf #4bff9b

#ff4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4baf Color CSS Codes

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

#ff4baf Text Font Color

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

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


#ff4baf Background Color

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

This div background color is #ff4baf


#ff4baf Border Color

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

This div border color is #ff4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4baf

Related Colors


Comments

No comments written yet.

Please login to write comment.