Color Hex Logo

#ff027d Color Hex

#FF027D
(255,2,125)
1 Favorites   0 Comments

Color spaces of #ff027d

RGB 2552125
HSL0.921.000.50
HSV331°99°100°
CMYK 0.000.990.51   0.00
XYZ44.963422.784121.4300
Yxy22.78410.50420.2555
Hunter Lab47.732784.61186.7941
CIE-Lab54.849384.20755.8170

#ff027d color RGB value is (255,2,125).

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

The process color (four color CMYK) of #ff027d color hex is 0.00, 0.99, 0.51, 0.00. Web safe color of #ff027d is #ff0066. Color #ff027d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 01111101
Octal 377 2 175
Decimal 255 2 125
Hex FF 2 7D

RGB Percentages of Color #ff027d

%66.75
%0.52
%32.72

CMYK Percentages of Color #ff027d

%0
%99
%51
%0

Triadic Colors of #ff027d

#ff027d #7dff02 #027dff

Analogous Colors of #ff027d

#ff027d #ff0502 #ff02fc

Monochromatic Colors of #ff027d

#ff027d

Complementary Color

#ff027d #02ff84

#ff027d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff027d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff027d Color CSS Codes

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

#ff027d Text Font Color

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

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


#ff027d Background Color

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

This div background color is #ff027d


#ff027d Border Color

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

This div border color is #ff027d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff027d


Comments

No comments written yet.

Please login to write comment.