Color Hex Logo

#4840fc Color Hex

#4840FC
(72,64,252)
0 Favorites   0 Comments

Color spaces of #4840fc

RGB 7264252
HSL0.670.970.62
HSV243°75°99°
CMYK 0.710.750.00   0.01
XYZ22.076612.072893.2622
Yxy12.07280.17330.0948
Hunter Lab34.745952.6085-134.8192
CIE-Lab41.331660.2321-91.0904

#4840fc color RGB value is (72,64,252).

#4840fc hex color red value is 72, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4840fc hue: 0.67 , saturation: 0.97 and the lightness value of 4840fc is 0.62.

The process color (four color CMYK) of #4840fc color hex is 0.71, 0.75, 0.00, 0.01. Web safe color of #4840fc is #3333ff. Color #4840fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 11111100
Octal 110 100 374
Decimal 72 64 252
Hex 48 40 FC

RGB Percentages of Color #4840fc

%18.56
%16.49
%64.95

CMYK Percentages of Color #4840fc

%71
%75
%0
%1

Triadic Colors of #4840fc

#4840fc #fc4840 #40fc48

Analogous Colors of #4840fc

#4840fc #a640fc #4096fc

Monochromatic Colors of #4840fc

#4840fc

Complementary Color

#4840fc #f4fc40

#4840fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4840fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4840fc Color CSS Codes

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

#4840fc Text Font Color

<p style="color:#4840fc">Text here</p>

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


#4840fc Background Color

<div style="background-color:#4840fc">
Div content here</div>

This div background color is #4840fc


#4840fc Border Color

<div style="border:3px solid #4840fc">
Div here</div>

This div border color is #4840fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,64,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4840fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4840fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4840fc;
  box-shadow:         1px 1px 3px 2px #4840fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,64,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 #4840fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4840fc

Related Colors


Comments

No comments written yet.

Please login to write comment.