Color Hex Logo

#ff84bc Color Hex

#FF84BC
(255,132,188)
1 Favorites   0 Comments

Color spaces of #ff84bc

RGB 255132188
HSL0.921.000.76
HSV333°48°100°
CMYK 0.000.480.26   0.00
XYZ58.568441.393452.4798
Yxy41.39340.38420.2715
Hunter Lab64.337749.9025-3.3260
CIE-Lab70.450752.8470-7.7572

#ff84bc color RGB value is (255,132,188).

#ff84bc hex color red value is 255, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ff84bc hue: 0.92 , saturation: 1.00 and the lightness value of ff84bc is 0.76.

The process color (four color CMYK) of #ff84bc color hex is 0.00, 0.48, 0.26, 0.00. Web safe color of #ff84bc is #ff99cc. Color #ff84bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 10111100
Octal 377 204 274
Decimal 255 132 188
Hex FF 84 BC

RGB Percentages of Color #ff84bc

%44.35
%22.96
%32.70

CMYK Percentages of Color #ff84bc

%0
%48
%26
%0

Triadic Colors of #ff84bc

#ff84bc #bcff84 #84bcff

Analogous Colors of #ff84bc

#ff84bc #ff8a84 #ff84fa

Monochromatic Colors of #ff84bc

#ff84bc

Complementary Color

#ff84bc #84ffc7

#ff84bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84bc Color CSS Codes

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

#ff84bc Text Font Color

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

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


#ff84bc Background Color

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

This div background color is #ff84bc


#ff84bc Border Color

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

This div border color is #ff84bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84bc

Related Colors


Comments

No comments written yet.

Please login to write comment.