Color Hex Logo

#4384fa Color Hex

#4384FA
(67,132,250)
0 Favorites   0 Comments

Color spaces of #4384fa

RGB 67132250
HSL0.610.950.62
HSV219°73°98°
CMYK 0.730.470.00   0.02
XYZ27.821324.597993.7240
Yxy24.59790.19040.1683
Hunter Lab49.596313.3371-77.3252
CIE-Lab56.681518.7010-64.9380

#4384fa color RGB value is (67,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000100 11111010
Octal 103 204 372
Decimal 67 132 250
Hex 43 84 FA

RGB Percentages of Color #4384fa

%14.92
%29.40
%55.68

CMYK Percentages of Color #4384fa

%73
%47
%0
%2

Triadic Colors of #4384fa

#4384fa #fa4384 #84fa43

Analogous Colors of #4384fa

#4384fa #5e43fa #43e0fa

Monochromatic Colors of #4384fa

#4384fa

Complementary Color

#4384fa #fab943

#4384fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4384fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4384fa Color CSS Codes

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

#4384fa Text Font Color

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

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


#4384fa Background Color

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

This div background color is #4384fa


#4384fa Border Color

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

This div border color is #4384fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4384fa

Related Colors


Comments

No comments written yet.

Please login to write comment.