Color Hex Logo

#ff4bbd Color Hex

#FF4BBD
(255,75,189)
0 Favorites   0 Comments

Color spaces of #ff4bbd

RGB 25575189
HSL0.891.000.65
HSV322°71°100°
CMYK 0.000.710.26   0.00
XYZ52.941429.966351.1379
Yxy29.96630.39500.2236
Hunter Lab54.741576.8327-17.0680
CIE-Lab61.625176.8007-21.6256

#ff4bbd color RGB value is (255,75,189).

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

The process color (four color CMYK) of #ff4bbd color hex is 0.00, 0.71, 0.26, 0.00. Web safe color of #ff4bbd is #ff33cc. Color #ff4bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001011 10111101
Octal 377 113 275
Decimal 255 75 189
Hex FF 4B BD

RGB Percentages of Color #ff4bbd

%49.13
%14.45
%36.42

CMYK Percentages of Color #ff4bbd

%0
%71
%26
%0

Triadic Colors of #ff4bbd

#ff4bbd #bdff4b #4bbdff

Analogous Colors of #ff4bbd

#ff4bbd #ff4b63 #e74bff

Monochromatic Colors of #ff4bbd

#ff4bbd

Complementary Color

#ff4bbd #4bff8d

#ff4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4bbd Color CSS Codes

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

#ff4bbd Text Font Color

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

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


#ff4bbd Background Color

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

This div background color is #ff4bbd


#ff4bbd Border Color

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

This div border color is #ff4bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4bbd


Comments

No comments written yet.

Please login to write comment.