Color Hex Logo

#4507ef Color Hex

#4507EF
(69,7,239)
0 Favorites   0 Comments

Color spaces of #4507ef

RGB 697239
HSL0.710.940.48
HSV256°97°94°
CMYK 0.710.970.00   0.06
XYZ18.11027.649282.1833
Yxy7.64920.16780.0709
Hunter Lab27.657268.4835-156.8201
CIE-Lab33.241475.4694-97.1988

#4507ef color RGB value is (69,7,239).

#4507ef hex color red value is 69, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4507ef hue: 0.71 , saturation: 0.94 and the lightness value of 4507ef is 0.48.

The process color (four color CMYK) of #4507ef color hex is 0.71, 0.97, 0.00, 0.06. Web safe color of #4507ef is #3300ff. Color #4507ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000111 11101111
Octal 105 7 357
Decimal 69 7 239
Hex 45 7 EF

RGB Percentages of Color #4507ef

%21.90
%2.22
%75.87

CMYK Percentages of Color #4507ef

%71
%97
%0
%6

Triadic Colors of #4507ef

#4507ef #ef4507 #07ef45

Analogous Colors of #4507ef

#4507ef #b907ef #073def

Monochromatic Colors of #4507ef

#4507ef

Complementary Color

#4507ef #b1ef07

#4507ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4507ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4507ef Color CSS Codes

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

#4507ef Text Font Color

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

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


#4507ef Background Color

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

This div background color is #4507ef


#4507ef Border Color

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

This div border color is #4507ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,7,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 #4507ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4507ef


Comments

No comments written yet.

Please login to write comment.