Color Hex Logo

#4f0ffc Color Hex

#4F0FFC
(79,15,252)
0 Favorites   0 Comments

Color spaces of #4f0ffc

RGB 7915252
HSL0.710.980.52
HSV256°94°99°
CMYK 0.690.940.00   0.01
XYZ20.96609.032292.7338
Yxy9.03220.17080.0736
Hunter Lab30.053671.9313-161.9084
CIE-Lab36.046277.7710-99.8437

#4f0ffc color RGB value is (79,15,252).

#4f0ffc hex color red value is 79, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4f0ffc hue: 0.71 , saturation: 0.98 and the lightness value of 4f0ffc is 0.52.

The process color (four color CMYK) of #4f0ffc color hex is 0.69, 0.94, 0.00, 0.01. Web safe color of #4f0ffc is #6600ff. Color #4f0ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001111 11111100
Octal 117 17 374
Decimal 79 15 252
Hex 4F F FC

RGB Percentages of Color #4f0ffc

%22.83
%4.34
%72.83

CMYK Percentages of Color #4f0ffc

%69
%94
%0
%1

Triadic Colors of #4f0ffc

#4f0ffc #fc4f0f #0ffc4f

Analogous Colors of #4f0ffc

#4f0ffc #c60ffc #0f46fc

Monochromatic Colors of #4f0ffc

#4f0ffc

Complementary Color

#4f0ffc #bcfc0f

#4f0ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0ffc Color CSS Codes

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

#4f0ffc Text Font Color

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

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


#4f0ffc Background Color

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

This div background color is #4f0ffc


#4f0ffc Border Color

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

This div border color is #4f0ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.