Color Hex Logo

#4504eb Color Hex

#4504EB
(69,4,235)
0 Favorites   0 Comments

Color spaces of #4504eb

RGB 694235
HSL0.710.970.47
HSV257°98°92°
CMYK 0.710.980.00   0.08
XYZ17.49317.350279.0940
Yxy7.35020.16830.0707
Hunter Lab27.111367.7296-153.9940
CIE-Lab32.591274.9660-96.0089

#4504eb color RGB value is (69,4,235).

#4504eb hex color red value is 69, green value is 4 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4504eb hue: 0.71 , saturation: 0.97 and the lightness value of 4504eb is 0.47.

The process color (four color CMYK) of #4504eb color hex is 0.71, 0.98, 0.00, 0.08. Web safe color of #4504eb is #3300ff. Color #4504eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000100 11101011
Octal 105 4 353
Decimal 69 4 235
Hex 45 4 EB

RGB Percentages of Color #4504eb

%22.40
%1.30
%76.30

CMYK Percentages of Color #4504eb

%71
%98
%0
%8

Triadic Colors of #4504eb

#4504eb #eb4504 #04eb45

Analogous Colors of #4504eb

#4504eb #b904eb #0436eb

Monochromatic Colors of #4504eb

#4504eb

Complementary Color

#4504eb #aaeb04

#4504eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4504eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4504eb Color CSS Codes

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

#4504eb Text Font Color

<p style="color:#4504eb">Text here</p>

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


#4504eb Background Color

<div style="background-color:#4504eb">
Div content here</div>

This div background color is #4504eb


#4504eb Border Color

<div style="border:3px solid #4504eb">
Div here</div>

This div border color is #4504eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,4,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4504eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4504eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4504eb;
  box-shadow:         1px 1px 3px 2px #4504eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4504eb


Comments

No comments written yet.

Please login to write comment.