color codes Logo

#7f0ffb color codes

#7F0FFB
(127,15,251)
0 Favorites   0 Comments

Color spaces of #7f0ffb

RGB 12715251
HSL0.750.970.52
HSV268°94°98°
CMYK 0.490.940.00   0.02
XYZ26.335811.818792.1600
Yxy11.81870.20210.0907
Hunter Lab34.378376.5793-134.8773
CIE-Lab40.926580.5934-91.0376

#7f0ffb color RGB value is (127,15,251).

#7f0ffb hex color red value is 127, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7f0ffb hue: 0.75 , saturation: 0.97 and the lightness value of 7f0ffb is 0.52.

The process color (four color CMYK) of #7f0ffb color code is 0.49, 0.94, 0.00, 0.02. Web safe color of #7f0ffb is #6600ff. Color #7f0ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00001111 11111011
Octal 177 17 373
Decimal 127 15 251
Hex 7F F FB

RGB Percentages of Color #7f0ffb

%32.32
%3.82
%63.87

CMYK Percentages of Color #7f0ffb

%49
%94
%0
%2

Triadic Colors of #7f0ffb

#7f0ffb #fb7f0f #0ffb7f

Analogous Colors of #7f0ffb

#7f0ffb #f50ffb #0f15fb

Monochromatic Colors of #7f0ffb

#7f0ffb

Complementary Color

#7f0ffb #8bfb0f

#7f0ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f0ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f0ffb Color CSS Codes

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

#7f0ffb Text Font Color

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

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


#7f0ffb Background Color

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

This div background color is #7f0ffb


#7f0ffb Border Color

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

This div border color is #7f0ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,15,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f0ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f0ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f0ffb;
  box-shadow:         1px 1px 3px 2px #7f0ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f0ffb


Comments

No comments written yet.

Please login to write comment.