Color Hex Logo

#4368fa Color Hex

#4368FA
(67,104,250)
0 Favorites   0 Comments

Color spaces of #4368fa

RGB 67104250
HSL0.630.950.62
HSV228°73°98°
CMYK 0.730.580.00   0.02
XYZ24.520417.996092.6237
Yxy17.99600.18140.1332
Hunter Lab42.421728.9378-99.7588
CIE-Lab49.491336.0075-76.5876

#4368fa color RGB value is (67,104,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01101000 11111010
Octal 103 150 372
Decimal 67 104 250
Hex 43 68 FA

RGB Percentages of Color #4368fa

%15.91
%24.70
%59.38

CMYK Percentages of Color #4368fa

%73
%58
%0
%2

Triadic Colors of #4368fa

#4368fa #fa4368 #68fa43

Analogous Colors of #4368fa

#4368fa #7a43fa #43c4fa

Monochromatic Colors of #4368fa

#4368fa

Complementary Color

#4368fa #fad543

#4368fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4368fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4368fa Color CSS Codes

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

#4368fa Text Font Color

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

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


#4368fa Background Color

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

This div background color is #4368fa


#4368fa Border Color

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

This div border color is #4368fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4368fa


Comments

No comments written yet.

Please login to write comment.