Color Hex Logo

#4362fa Color Hex

#4362FA
(67,98,250)
0 Favorites   0 Comments

Color spaces of #4362fa

RGB 6798250
HSL0.640.950.62
HSV230°73°98°
CMYK 0.730.610.00   0.02
XYZ23.937716.830892.4295
Yxy16.83080.17970.1264
Hunter Lab41.025432.3578-104.8617
CIE-Lab48.046139.6949-78.9466

#4362fa color RGB value is (67,98,250).

#4362fa hex color red value is 67, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4362fa hue: 0.64 , saturation: 0.95 and the lightness value of 4362fa is 0.62.

The process color (four color CMYK) of #4362fa color hex is 0.73, 0.61, 0.00, 0.02. Web safe color of #4362fa is #3366ff. Color #4362fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100010 11111010
Octal 103 142 372
Decimal 67 98 250
Hex 43 62 FA

RGB Percentages of Color #4362fa

%16.14
%23.61
%60.24

CMYK Percentages of Color #4362fa

%73
%61
%0
%2

Triadic Colors of #4362fa

#4362fa #fa4362 #62fa43

Analogous Colors of #4362fa

#4362fa #8043fa #43befa

Monochromatic Colors of #4362fa

#4362fa

Complementary Color

#4362fa #fadb43

#4362fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4362fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4362fa Color CSS Codes

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

#4362fa Text Font Color

<p style="color:#4362fa">Text here</p>

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


#4362fa Background Color

<div style="background-color:#4362fa">
Div content here</div>

This div background color is #4362fa


#4362fa Border Color

<div style="border:3px solid #4362fa">
Div here</div>

This div border color is #4362fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,98,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4362fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4362fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4362fa;
  box-shadow:         1px 1px 3px 2px #4362fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,98,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4362fa


Comments

No comments written yet.

Please login to write comment.