Color Hex Logo

#4874fc Color Hex

#4874FC
(72,116,252)
0 Favorites   0 Comments

Color spaces of #4874fc

RGB 72116252
HSL0.630.970.64
HSV225°71°99°
CMYK 0.710.540.00   0.01
XYZ26.488620.896894.7328
Yxy20.89680.18640.1470
Hunter Lab45.713023.4348-90.8698
CIE-Lab52.836429.8870-72.2478

#4874fc color RGB value is (72,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 11111100
Octal 110 164 374
Decimal 72 116 252
Hex 48 74 FC

RGB Percentages of Color #4874fc

%16.36
%26.36
%57.27

CMYK Percentages of Color #4874fc

%71
%54
%0
%1

Triadic Colors of #4874fc

#4874fc #fc4874 #74fc48

Analogous Colors of #4874fc

#4874fc #7648fc #48cefc

Monochromatic Colors of #4874fc

#4874fc

Complementary Color

#4874fc #fcd048

#4874fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4874fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4874fc Color CSS Codes

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

#4874fc Text Font Color

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

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


#4874fc Background Color

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

This div background color is #4874fc


#4874fc Border Color

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

This div border color is #4874fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4874fc

Related Colors


Comments

No comments written yet.

Please login to write comment.