Color Hex Logo

#4353ff Color Hex

#4353FF
(67,83,255)
0 Favorites   0 Comments

Color spaces of #4353ff

RGB 6783255
HSL0.651.000.63
HSV235°74°100°
CMYK 0.740.670.00   0.00
XYZ23.458014.599896.1894
Yxy14.59980.17470.1088
Hunter Lab38.209742.7192-122.5104
CIE-Lab45.081150.3517-86.5925

#4353ff color RGB value is (67,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 11111111
Octal 103 123 377
Decimal 67 83 255
Hex 43 53 FF

RGB Percentages of Color #4353ff

%16.54
%20.49
%62.96

CMYK Percentages of Color #4353ff

%74
%67
%0
%0

Triadic Colors of #4353ff

#4353ff #ff4353 #53ff43

Analogous Colors of #4353ff

#4353ff #9143ff #43b1ff

Monochromatic Colors of #4353ff

#4353ff

Complementary Color

#4353ff #ffef43

#4353ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4353ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4353ff Color CSS Codes

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

#4353ff Text Font Color

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

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


#4353ff Background Color

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

This div background color is #4353ff


#4353ff Border Color

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

This div border color is #4353ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4353ff


Comments

No comments written yet.

Please login to write comment.