Color Hex Logo

#462398 Color Hex

#462398
(70,35,152)
0 Favorites   0 Comments

Color spaces of #462398

RGB 7035152
HSL0.720.630.37
HSV258°77°60°
CMYK 0.540.770.00   0.40
XYZ8.79434.771230.1632
Yxy4.77120.20110.1091
Hunter Lab21.843133.6410-66.5837
CIE-Lab26.072744.7992-57.8383

#462398 color RGB value is (70,35,152).

#462398 hex color red value is 70, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #462398 hue: 0.72 , saturation: 0.63 and the lightness value of 462398 is 0.37.

The process color (four color CMYK) of #462398 color hex is 0.54, 0.77, 0.00, 0.40. Web safe color of #462398 is #333399. Color #462398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100011 10011000
Octal 106 43 230
Decimal 70 35 152
Hex 46 23 98

RGB Percentages of Color #462398

%27.24
%13.62
%59.14

CMYK Percentages of Color #462398

%54
%77
%0
%40

Triadic Colors of #462398

#462398 #984623 #239846

Analogous Colors of #462398

#462398 #812398 #233b98

Monochromatic Colors of #462398

#462398

Complementary Color

#462398 #759823

#462398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462398 Color CSS Codes

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

#462398 Text Font Color

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

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


#462398 Background Color

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

This div background color is #462398


#462398 Border Color

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

This div border color is #462398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462398


Comments

No comments written yet.

Please login to write comment.