Color Hex Logo

#ff84cc Color Hex

#FF84CC
(255,132,204)
0 Favorites   0 Comments

Color spaces of #ff84cc

RGB 255132204
HSL0.901.000.76
HSV325°48°100°
CMYK 0.000.480.20   0.00
XYZ60.390342.122262.0742
Yxy42.12220.36690.2559
Hunter Lab64.901652.5146-11.2759
CIE-Lab70.955155.0396-15.9140

#ff84cc color RGB value is (255,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 11001100
Octal 377 204 314
Decimal 255 132 204
Hex FF 84 CC

RGB Percentages of Color #ff84cc

%43.15
%22.34
%34.52

CMYK Percentages of Color #ff84cc

%0
%48
%20
%0

Triadic Colors of #ff84cc

#ff84cc #ccff84 #84ccff

Analogous Colors of #ff84cc

#ff84cc #ff848f #f584ff

Monochromatic Colors of #ff84cc

#ff84cc

Complementary Color

#ff84cc #84ffb7

#ff84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84cc Color CSS Codes

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

#ff84cc Text Font Color

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

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


#ff84cc Background Color

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

This div background color is #ff84cc


#ff84cc Border Color

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

This div border color is #ff84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84cc

#ff84cc Color Palettes


Comments

No comments written yet.

Please login to write comment.