Color Hex Logo

#4f2fce Color Hex

#4F2FCE
(79,47,206)
0 Favorites   0 Comments

Color spaces of #4f2fce

RGB 7947206
HSL0.700.630.50
HSV252°77°81°
CMYK 0.620.770.00   0.19
XYZ15.38158.151559.1552
Yxy8.15150.18600.0986
Hunter Lab28.550846.2013-102.8589
CIE-Lab34.296455.6780-76.4773

#4f2fce color RGB value is (79,47,206).

#4f2fce hex color red value is 79, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4f2fce hue: 0.70 , saturation: 0.63 and the lightness value of 4f2fce is 0.50.

The process color (four color CMYK) of #4f2fce color hex is 0.62, 0.77, 0.00, 0.19. Web safe color of #4f2fce is #6633cc. Color #4f2fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00101111 11001110
Octal 117 57 316
Decimal 79 47 206
Hex 4F 2F CE

RGB Percentages of Color #4f2fce

%23.80
%14.16
%62.05

CMYK Percentages of Color #4f2fce

%62
%77
%0
%19

Triadic Colors of #4f2fce

#4f2fce #ce4f2f #2fce4f

Analogous Colors of #4f2fce

#4f2fce #9f2fce #2f5ece

Monochromatic Colors of #4f2fce

#4f2fce

Complementary Color

#4f2fce #aece2f

#4f2fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f2fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f2fce Color CSS Codes

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

#4f2fce Text Font Color

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

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


#4f2fce Background Color

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

This div background color is #4f2fce


#4f2fce Border Color

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

This div border color is #4f2fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f2fce


Comments

No comments written yet.

Please login to write comment.