Color Hex Logo

#4353fa Color Hex

#4353FA
(67,83,250)
0 Favorites   0 Comments

Color spaces of #4353fa

RGB 6783250
HSL0.650.950.62
HSV235°73°98°
CMYK 0.730.670.00   0.02
XYZ22.663314.281992.0047
Yxy14.28190.17580.1108
Hunter Lab37.791440.9105-117.8899
CIE-Lab44.634548.6942-84.5382

#4353fa color RGB value is (67,83,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 11111010
Octal 103 123 372
Decimal 67 83 250
Hex 43 53 FA

RGB Percentages of Color #4353fa

%16.75
%20.75
%62.50

CMYK Percentages of Color #4353fa

%73
%67
%0
%2

Triadic Colors of #4353fa

#4353fa #fa4353 #53fa43

Analogous Colors of #4353fa

#4353fa #8f43fa #43affa

Monochromatic Colors of #4353fa

#4353fa

Complementary Color

#4353fa #faea43

#4353fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4353fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4353fa Color CSS Codes

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

#4353fa Text Font Color

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

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


#4353fa Background Color

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

This div background color is #4353fa


#4353fa Border Color

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

This div border color is #4353fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4353fa


Comments

No comments written yet.

Please login to write comment.