Color Hex Logo

#ff84ea Color Hex

#FF84EA
(255,132,234)
0 Favorites   0 Comments

Color spaces of #ff84ea

RGB 255132234
HSL0.861.000.76
HSV310°48°100°
CMYK 0.000.480.08   0.00
XYZ64.342543.703082.8862
Yxy43.70300.33700.2289
Hunter Lab66.108258.0429-28.0617
CIE-Lab72.029559.5879-30.8403

#ff84ea color RGB value is (255,132,234).

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

The process color (four color CMYK) of #ff84ea color hex is 0.00, 0.48, 0.08, 0.00. Web safe color of #ff84ea is #ff99ff. Color #ff84ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 11101010
Octal 377 204 352
Decimal 255 132 234
Hex FF 84 EA

RGB Percentages of Color #ff84ea

%41.06
%21.26
%37.68

CMYK Percentages of Color #ff84ea

%0
%48
%8
%0

Triadic Colors of #ff84ea

#ff84ea #eaff84 #84eaff

Analogous Colors of #ff84ea

#ff84ea #ff84ad #d784ff

Monochromatic Colors of #ff84ea

#ff84ea

Complementary Color

#ff84ea #84ff99

#ff84ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff84ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff84ea Color CSS Codes

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

#ff84ea Text Font Color

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

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


#ff84ea Background Color

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

This div background color is #ff84ea


#ff84ea Border Color

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

This div border color is #ff84ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff84ea


Comments

No comments written yet.

Please login to write comment.