Color Hex Logo

#4f0bca Color Hex

#4F0BCA
(79,11,202)
0 Favorites   0 Comments

Color spaces of #4f0bca

RGB 7911202
HSL0.730.900.42
HSV261°95°79°
CMYK 0.610.950.00   0.21
XYZ14.00486.165956.3291
Yxy6.16590.18310.0806
Hunter Lab24.831257.2192-117.1162
CIE-Lab29.827266.5574-81.5415

#4f0bca color RGB value is (79,11,202).

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

The process color (four color CMYK) of #4f0bca color hex is 0.61, 0.95, 0.00, 0.21. Web safe color of #4f0bca is #6600cc. Color #4f0bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001011 11001010
Octal 117 13 312
Decimal 79 11 202
Hex 4F B CA

RGB Percentages of Color #4f0bca

%27.05
%3.77
%69.18

CMYK Percentages of Color #4f0bca

%61
%95
%0
%21

Triadic Colors of #4f0bca

#4f0bca #ca4f0b #0bca4f

Analogous Colors of #4f0bca

#4f0bca #af0bca #0b26ca

Monochromatic Colors of #4f0bca

#4f0bca

Complementary Color

#4f0bca #86ca0b

#4f0bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0bca Color CSS Codes

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

#4f0bca Text Font Color

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

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


#4f0bca Background Color

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

This div background color is #4f0bca


#4f0bca Border Color

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

This div border color is #4f0bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0bca


Comments

No comments written yet.

Please login to write comment.