Color Hex Logo

#460088 Color Hex

#460088
(70,0,136)
0 Favorites   0 Comments

Color spaces of #460088

RGB 700136
HSL0.751.000.27
HSV271°100°53°
CMYK 0.491.000.00   0.47
XYZ6.96973.079723.5196
Yxy3.07970.20760.0917
Hunter Lab17.549140.1813-67.1772
CIE-Lab20.360352.5550-57.3113

#460088 color RGB value is (70,0,136).

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

The process color (four color CMYK) of #460088 color hex is 0.49, 1.00, 0.00, 0.47. Web safe color of #460088 is #330099. Color #460088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 10001000
Octal 106 0 210
Decimal 70 0 136
Hex 46 0 88

RGB Percentages of Color #460088

%33.98
%0.00
%66.02

CMYK Percentages of Color #460088

%49
%100
%0
%47

Triadic Colors of #460088

#460088 #884600 #008846

Analogous Colors of #460088

#460088 #880086 #020088

Monochromatic Colors of #460088

#460088

Complementary Color

#460088 #428800

#460088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460088 Color CSS Codes

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

#460088 Text Font Color

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

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


#460088 Background Color

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

This div background color is #460088


#460088 Border Color

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

This div border color is #460088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460088


Comments

No comments written yet.

Please login to write comment.