Color Hex Logo

#4f2abc Color Hex

#4F2ABC
(79,42,188)
0 Favorites   0 Comments

Color spaces of #4f2abc

RGB 7942188
HSL0.710.630.45
HSV255°78°74°
CMYK 0.580.780.00   0.26
XYZ13.12956.949048.2262
Yxy6.94900.19220.1017
Hunter Lab26.361042.7731-90.0158
CIE-Lab31.690552.9053-70.2285

#4f2abc color RGB value is (79,42,188).

#4f2abc hex color red value is 79, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4f2abc hue: 0.71 , saturation: 0.63 and the lightness value of 4f2abc is 0.45.

The process color (four color CMYK) of #4f2abc color hex is 0.58, 0.78, 0.00, 0.26. Web safe color of #4f2abc is #6633cc. Color #4f2abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00101010 10111100
Octal 117 52 274
Decimal 79 42 188
Hex 4F 2A BC

RGB Percentages of Color #4f2abc

%25.57
%13.59
%60.84

CMYK Percentages of Color #4f2abc

%58
%78
%0
%26

Triadic Colors of #4f2abc

#4f2abc #bc4f2a #2abc4f

Analogous Colors of #4f2abc

#4f2abc #982abc #2a4ebc

Monochromatic Colors of #4f2abc

#4f2abc

Complementary Color

#4f2abc #97bc2a

#4f2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f2abc Color CSS Codes

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

#4f2abc Text Font Color

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

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


#4f2abc Background Color

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

This div background color is #4f2abc


#4f2abc Border Color

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

This div border color is #4f2abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f2abc


Comments

No comments written yet.

Please login to write comment.