Color Hex Logo

#4372fc Color Hex

#4372FC
(67,114,252)
0 Favorites   0 Comments

Color spaces of #4372fc

RGB 67114252
HSL0.620.970.63
HSV225°73°99°
CMYK 0.730.550.00   0.01
XYZ25.902720.256294.6401
Yxy20.25620.18400.1439
Hunter Lab45.006923.9696-93.1697
CIE-Lab52.125630.5245-73.4108

#4372fc color RGB value is (67,114,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110010 11111100
Octal 103 162 374
Decimal 67 114 252
Hex 43 72 FC

RGB Percentages of Color #4372fc

%15.47
%26.33
%58.20

CMYK Percentages of Color #4372fc

%73
%55
%0
%1

Triadic Colors of #4372fc

#4372fc #fc4372 #72fc43

Analogous Colors of #4372fc

#4372fc #7143fc #43cffc

Monochromatic Colors of #4372fc

#4372fc

Complementary Color

#4372fc #fccd43

#4372fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4372fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4372fc Color CSS Codes

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

#4372fc Text Font Color

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

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


#4372fc Background Color

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

This div background color is #4372fc


#4372fc Border Color

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

This div border color is #4372fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4372fc


Comments

No comments written yet.

Please login to write comment.