Color Hex Logo

#ff07b5 Color Hex

#FF07B5
(255,7,181)
0 Favorites   0 Comments

Color spaces of #ff07b5

RGB 2557181
HSL0.881.000.51
HSV318°97°100°
CMYK 0.000.970.29   0.00
XYZ49.656524.748245.8757
Yxy24.74820.41280.2058
Hunter Lab49.747691.1150-19.8522
CIE-Lab56.829388.7817-24.3677

#ff07b5 color RGB value is (255,7,181).

#ff07b5 hex color red value is 255, green value is 7 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ff07b5 hue: 0.88 , saturation: 1.00 and the lightness value of ff07b5 is 0.51.

The process color (four color CMYK) of #ff07b5 color hex is 0.00, 0.97, 0.29, 0.00. Web safe color of #ff07b5 is #ff00cc. Color #ff07b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 10110101
Octal 377 7 265
Decimal 255 7 181
Hex FF 7 B5

RGB Percentages of Color #ff07b5

%57.56
%1.58
%40.86

CMYK Percentages of Color #ff07b5

%0
%97
%29
%0

Triadic Colors of #ff07b5

#ff07b5 #b5ff07 #07b5ff

Analogous Colors of #ff07b5

#ff07b5 #ff0739 #cd07ff

Monochromatic Colors of #ff07b5

#ff07b5

Complementary Color

#ff07b5 #07ff51

#ff07b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff07b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff07b5 Color CSS Codes

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

#ff07b5 Text Font Color

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

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


#ff07b5 Background Color

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

This div background color is #ff07b5


#ff07b5 Border Color

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

This div border color is #ff07b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff07b5


Comments

No comments written yet.

Please login to write comment.