Color Hex Logo

#4f0bfa Color Hex

#4F0BFA
(79,11,250)
0 Favorites   0 Comments

Color spaces of #4f0bfa

RGB 7911250
HSL0.710.960.51
HSV257°96°98°
CMYK 0.680.960.00   0.02
XYZ20.59948.803791.0561
Yxy8.80370.17100.0731
Hunter Lab29.671072.0011-161.1827
CIE-Lab35.603677.9077-99.4567

#4f0bfa color RGB value is (79,11,250).

#4f0bfa hex color red value is 79, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4f0bfa hue: 0.71 , saturation: 0.96 and the lightness value of 4f0bfa is 0.51.

The process color (four color CMYK) of #4f0bfa color hex is 0.68, 0.96, 0.00, 0.02. Web safe color of #4f0bfa is #6600ff. Color #4f0bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001011 11111010
Octal 117 13 372
Decimal 79 11 250
Hex 4F B FA

RGB Percentages of Color #4f0bfa

%23.24
%3.24
%73.53

CMYK Percentages of Color #4f0bfa

%68
%96
%0
%2

Triadic Colors of #4f0bfa

#4f0bfa #fa4f0b #0bfa4f

Analogous Colors of #4f0bfa

#4f0bfa #c70bfa #0b3ffa

Monochromatic Colors of #4f0bfa

#4f0bfa

Complementary Color

#4f0bfa #b6fa0b

#4f0bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0bfa Color CSS Codes

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

#4f0bfa Text Font Color

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

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


#4f0bfa Background Color

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

This div background color is #4f0bfa


#4f0bfa Border Color

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

This div border color is #4f0bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,11,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f0bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f0bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #4f0bfa;
  box-shadow:         1px 1px 3px 2px #4f0bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0bfa


Comments

No comments written yet.

Please login to write comment.