Color Hex Logo

#4611ea Color Hex

#4611EA
(70,17,234)
0 Favorites   0 Comments

Color spaces of #4611ea

RGB 7017234
HSL0.710.860.49
HSV255°93°92°
CMYK 0.700.930.00   0.08
XYZ17.57757.643578.3908
Yxy7.64350.16960.0738
Hunter Lab27.646965.1058-148.7598
CIE-Lab33.229172.6730-94.3746

#4611ea color RGB value is (70,17,234).

#4611ea hex color red value is 70, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4611ea hue: 0.71 , saturation: 0.86 and the lightness value of 4611ea is 0.49.

The process color (four color CMYK) of #4611ea color hex is 0.70, 0.93, 0.00, 0.08. Web safe color of #4611ea is #3300ff. Color #4611ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010001 11101010
Octal 106 21 352
Decimal 70 17 234
Hex 46 11 EA

RGB Percentages of Color #4611ea

%21.81
%5.30
%72.90

CMYK Percentages of Color #4611ea

%70
%93
%0
%8

Triadic Colors of #4611ea

#4611ea #ea4611 #11ea46

Analogous Colors of #4611ea

#4611ea #b311ea #1149ea

Monochromatic Colors of #4611ea

#4611ea

Complementary Color

#4611ea #b5ea11

#4611ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4611ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4611ea Color CSS Codes

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

#4611ea Text Font Color

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

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


#4611ea Background Color

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

This div background color is #4611ea


#4611ea Border Color

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

This div border color is #4611ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4611ea


Comments

No comments written yet.

Please login to write comment.