Color Hex Logo

#4605ef Color Hex

#4605EF
(70,5,239)
0 Favorites   0 Comments

Color spaces of #4605ef

RGB 705239
HSL0.710.960.48
HSV257°98°94°
CMYK 0.710.980.00   0.06
XYZ18.16007.642682.1794
Yxy7.64260.16820.0708
Hunter Lab27.645368.8764-156.8962
CIE-Lab33.227275.7939-97.2204

#4605ef color RGB value is (70,5,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000101 11101111
Octal 106 5 357
Decimal 70 5 239
Hex 46 5 EF

RGB Percentages of Color #4605ef

%22.29
%1.59
%76.11

CMYK Percentages of Color #4605ef

%71
%98
%0
%6

Triadic Colors of #4605ef

#4605ef #ef4605 #05ef46

Analogous Colors of #4605ef

#4605ef #bb05ef #0539ef

Monochromatic Colors of #4605ef

#4605ef

Complementary Color

#4605ef #aeef05

#4605ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4605ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4605ef Color CSS Codes

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

#4605ef Text Font Color

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

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


#4605ef Background Color

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

This div background color is #4605ef


#4605ef Border Color

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

This div border color is #4605ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4605ef


Comments

No comments written yet.

Please login to write comment.