Color Hex Logo

#4153ea Color Hex

#4153EA
(65,83,234)
0 Favorites   0 Comments

Color spaces of #4153ea

RGB 6583234
HSL0.650.800.59
HSV234°72°92°
CMYK 0.720.650.00   0.08
XYZ20.124513.250879.3389
Yxy13.25080.17850.1176
Hunter Lab36.401634.9801-103.7439
CIE-Lab43.138743.1026-78.0088

#4153ea color RGB value is (65,83,234).

#4153ea hex color red value is 65, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4153ea hue: 0.65 , saturation: 0.80 and the lightness value of 4153ea is 0.59.

The process color (four color CMYK) of #4153ea color hex is 0.72, 0.65, 0.00, 0.08. Web safe color of #4153ea is #3366ff. Color #4153ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010011 11101010
Octal 101 123 352
Decimal 65 83 234
Hex 41 53 EA

RGB Percentages of Color #4153ea

%17.02
%21.73
%61.26

CMYK Percentages of Color #4153ea

%72
%65
%0
%8

Triadic Colors of #4153ea

#4153ea #ea4153 #53ea41

Analogous Colors of #4153ea

#4153ea #8441ea #41a8ea

Monochromatic Colors of #4153ea

#4153ea

Complementary Color

#4153ea #ead841

#4153ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4153ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4153ea Color CSS Codes

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

#4153ea Text Font Color

<p style="color:#4153ea">Text here</p>

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


#4153ea Background Color

<div style="background-color:#4153ea">
Div content here</div>

This div background color is #4153ea


#4153ea Border Color

<div style="border:3px solid #4153ea">
Div here</div>

This div border color is #4153ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,83,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4153ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4153ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4153ea;
  box-shadow:         1px 1px 3px 2px #4153ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4153ea


Comments

No comments written yet.

Please login to write comment.