Color Hex Logo

#4606ce Color Hex

#4606CE
(70,6,206)
0 Favorites   0 Comments

Color spaces of #4606ce

RGB 706206
HSL0.720.940.42
HSV259°97°81°
CMYK 0.660.970.00   0.19
XYZ13.73155.888658.8054
Yxy5.88860.17510.0751
Hunter Lab24.266458.5404-126.6923
CIE-Lab29.129767.8350-85.0632

#4606ce color RGB value is (70,6,206).

#4606ce hex color red value is 70, green value is 6 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4606ce hue: 0.72 , saturation: 0.94 and the lightness value of 4606ce is 0.42.

The process color (four color CMYK) of #4606ce color hex is 0.66, 0.97, 0.00, 0.19. Web safe color of #4606ce is #3300cc. Color #4606ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 11001110
Octal 106 6 316
Decimal 70 6 206
Hex 46 6 CE

RGB Percentages of Color #4606ce

%24.82
%2.13
%73.05

CMYK Percentages of Color #4606ce

%66
%97
%0
%19

Triadic Colors of #4606ce

#4606ce #ce4606 #06ce46

Analogous Colors of #4606ce

#4606ce #aa06ce #062ace

Monochromatic Colors of #4606ce

#4606ce

Complementary Color

#4606ce #8ece06

#4606ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4606ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4606ce Color CSS Codes

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

#4606ce Text Font Color

<p style="color:#4606ce">Text here</p>

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


#4606ce Background Color

<div style="background-color:#4606ce">
Div content here</div>

This div background color is #4606ce


#4606ce Border Color

<div style="border:3px solid #4606ce">
Div here</div>

This div border color is #4606ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,6,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4606ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4606ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4606ce;
  box-shadow:         1px 1px 3px 2px #4606ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4606ce


Comments

No comments written yet.

Please login to write comment.