Color Hex Logo

#4f0bba Color Hex

#4F0BBA
(79,11,186)
0 Favorites   0 Comments

Color spaces of #4f0bba

RGB 7911186
HSL0.730.890.39
HSV263°94°73°
CMYK 0.580.940.00   0.27
XYZ12.20705.446846.8623
Yxy5.44680.18920.0844
Hunter Lab23.338452.5212-102.7145
CIE-Lab27.971662.7343-75.1896

#4f0bba color RGB value is (79,11,186).

#4f0bba hex color red value is 79, green value is 11 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4f0bba hue: 0.73 , saturation: 0.89 and the lightness value of 4f0bba is 0.39.

The process color (four color CMYK) of #4f0bba color hex is 0.58, 0.94, 0.00, 0.27. Web safe color of #4f0bba is #6600cc. Color #4f0bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001011 10111010
Octal 117 13 272
Decimal 79 11 186
Hex 4F B BA

RGB Percentages of Color #4f0bba

%28.62
%3.99
%67.39

CMYK Percentages of Color #4f0bba

%58
%94
%0
%27

Triadic Colors of #4f0bba

#4f0bba #ba4f0b #0bba4f

Analogous Colors of #4f0bba

#4f0bba #a70bba #0b1fba

Monochromatic Colors of #4f0bba

#4f0bba

Complementary Color

#4f0bba #76ba0b

#4f0bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0bba Color CSS Codes

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

#4f0bba Text Font Color

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

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


#4f0bba Background Color

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

This div background color is #4f0bba


#4f0bba Border Color

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

This div border color is #4f0bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0bba


Comments

No comments written yet.

Please login to write comment.