Color Hex Logo

#ff84cd Color Hex

#FF84CD
(255,132,205)
0 Favorites   0 Comments

Color spaces of #ff84cd

RGB 255132205
HSL0.901.000.76
HSV324°48°100°
CMYK 0.000.480.20   0.00
XYZ60.510742.170362.7080
Yxy42.17030.36590.2550
Hunter Lab64.938752.6860-11.7963
CIE-Lab70.988255.1825-16.4195

#ff84cd color RGB value is (255,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 11001101
Octal 377 204 315
Decimal 255 132 205
Hex FF 84 CD

RGB Percentages of Color #ff84cd

%43.07
%22.30
%34.63

CMYK Percentages of Color #ff84cd

%0
%48
%20
%0

Triadic Colors of #ff84cd

#ff84cd #cdff84 #84cdff

Analogous Colors of #ff84cd

#ff84cd #ff8490 #f484ff

Monochromatic Colors of #ff84cd

#ff84cd

Complementary Color

#ff84cd #84ffb6

#ff84cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84cd Color CSS Codes

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

#ff84cd Text Font Color

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

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


#ff84cd Background Color

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

This div background color is #ff84cd


#ff84cd Border Color

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

This div border color is #ff84cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84cd

#ff84cd Color Palettes


Comments

No comments written yet.

Please login to write comment.