Color Hex Logo

#4353ba Color Hex

#4353BA
(67,83,186)
0 Favorites   0 Comments

Color spaces of #4353ba

RGB 6783186
HSL0.640.470.50
HSV232°64°73°
CMYK 0.640.550.00   0.27
XYZ14.270910.925047.8109
Yxy10.92500.19550.1496
Hunter Lab33.053019.2261-62.6255
CIE-Lab39.453926.7254-56.4046

#4353ba color RGB value is (67,83,186).

#4353ba hex color red value is 67, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4353ba hue: 0.64 , saturation: 0.47 and the lightness value of 4353ba is 0.50.

The process color (four color CMYK) of #4353ba color hex is 0.64, 0.55, 0.00, 0.27. Web safe color of #4353ba is #3366cc. Color #4353ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 10111010
Octal 103 123 272
Decimal 67 83 186
Hex 43 53 BA

RGB Percentages of Color #4353ba

%19.94
%24.70
%55.36

CMYK Percentages of Color #4353ba

%64
%55
%0
%27

Triadic Colors of #4353ba

#4353ba #ba4353 #53ba43

Analogous Colors of #4353ba

#4353ba #6f43ba #438fba

Monochromatic Colors of #4353ba

#4353ba

Complementary Color

#4353ba #baaa43

#4353ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4353ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4353ba Color CSS Codes

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

#4353ba Text Font Color

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

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


#4353ba Background Color

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

This div background color is #4353ba


#4353ba Border Color

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

This div border color is #4353ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4353ba


Comments

No comments written yet.

Please login to write comment.