Color Hex Logo

#4153ef Color Hex

#4153EF
(65,83,239)
0 Favorites   0 Comments

Color spaces of #4153ef

RGB 6583239
HSL0.650.840.60
HSV234°73°94°
CMYK 0.730.650.00   0.06
XYZ20.853213.542383.1762
Yxy13.54230.17740.1152
Hunter Lab36.799936.7500-108.2492
CIE-Lab43.569344.8013-80.1225

#4153ef color RGB value is (65,83,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010011 11101111
Octal 101 123 357
Decimal 65 83 239
Hex 41 53 EF

RGB Percentages of Color #4153ef

%16.80
%21.45
%61.76

CMYK Percentages of Color #4153ef

%73
%65
%0
%6

Triadic Colors of #4153ef

#4153ef #ef4153 #53ef41

Analogous Colors of #4153ef

#4153ef #8641ef #41aaef

Monochromatic Colors of #4153ef

#4153ef

Complementary Color

#4153ef #efdd41

#4153ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4153ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4153ef Color CSS Codes

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

#4153ef Text Font Color

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

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


#4153ef Background Color

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

This div background color is #4153ef


#4153ef Border Color

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

This div border color is #4153ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4153ef


Comments

No comments written yet.

Please login to write comment.