Color Hex Logo

#462266 Color Hex

#462266
(70,34,102)
0 Favorites   0 Comments

Color spaces of #462266

RGB 7034102
HSL0.750.500.27
HSV272°67°40°
CMYK 0.310.670.00   0.60
XYZ5.49613.405512.9380
Yxy3.40550.25170.1559
Hunter Lab18.454020.8676-28.6501
CIE-Lab21.599731.2812-33.4982

#462266 color RGB value is (70,34,102).

#462266 hex color red value is 70, green value is 34 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #462266 hue: 0.75 , saturation: 0.50 and the lightness value of 462266 is 0.27.

The process color (four color CMYK) of #462266 color hex is 0.31, 0.67, 0.00, 0.60. Web safe color of #462266 is #333366. Color #462266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100010 01100110
Octal 106 42 146
Decimal 70 34 102
Hex 46 22 66

RGB Percentages of Color #462266

%33.98
%16.50
%49.51

CMYK Percentages of Color #462266

%31
%67
%0
%60

Triadic Colors of #462266

#462266 #664622 #226646

Analogous Colors of #462266

#462266 #662264 #242266

Monochromatic Colors of #462266

#462266

Complementary Color

#462266 #426622

#462266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462266 Color CSS Codes

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

#462266 Text Font Color

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

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


#462266 Background Color

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

This div background color is #462266


#462266 Border Color

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

This div border color is #462266


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,34,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462266; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462266;
  -webkit-box-shadow: 1px 1px 3px 2px #462266;
  box-shadow:         1px 1px 3px 2px #462266; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462266


Comments

No comments written yet.

Please login to write comment.