Color Hex Logo

#4379fc Color Hex

#4379FC
(67,121,252)
0 Favorites   0 Comments

Color spaces of #4379fc

RGB 67121252
HSL0.620.970.63
HSV222°73°99°
CMYK 0.730.520.00   0.01
XYZ26.722821.896394.9134
Yxy21.89630.18620.1526
Hunter Lab46.793520.0491-87.5052
CIE-Lab53.916826.1897-70.5062

#4379fc color RGB value is (67,121,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01111001 11111100
Octal 103 171 374
Decimal 67 121 252
Hex 43 79 FC

RGB Percentages of Color #4379fc

%15.23
%27.50
%57.27

CMYK Percentages of Color #4379fc

%73
%52
%0
%1

Triadic Colors of #4379fc

#4379fc #fc4379 #79fc43

Analogous Colors of #4379fc

#4379fc #6a43fc #43d6fc

Monochromatic Colors of #4379fc

#4379fc

Complementary Color

#4379fc #fcc643

#4379fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4379fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4379fc Color CSS Codes

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

#4379fc Text Font Color

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

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


#4379fc Background Color

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

This div background color is #4379fc


#4379fc Border Color

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

This div border color is #4379fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4379fc


Comments

No comments written yet.

Please login to write comment.