Color Hex Logo

#62309a Color Hex

#62309A
(98,48,154)
0 Favorites   0 Comments

Color spaces of #62309a

RGB 9848154
HSL0.750.520.40
HSV268°69°60°
CMYK 0.360.690.00   0.40
XYZ11.92677.043731.3028
Yxy7.04370.23720.1401
Hunter Lab26.540033.7705-51.3521
CIE-Lab31.906243.8288-49.4022

#62309a color RGB value is (98,48,154).

#62309a hex color red value is 98, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #62309a hue: 0.75 , saturation: 0.52 and the lightness value of 62309a is 0.40.

The process color (four color CMYK) of #62309a color hex is 0.36, 0.69, 0.00, 0.40. Web safe color of #62309a is #663399. Color #62309a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110000 10011010
Octal 142 60 232
Decimal 98 48 154
Hex 62 30 9A

RGB Percentages of Color #62309a

%32.67
%16.00
%51.33

CMYK Percentages of Color #62309a

%36
%69
%0
%40

Triadic Colors of #62309a

#62309a #9a6230 #309a62

Analogous Colors of #62309a

#62309a #97309a #30339a

Monochromatic Colors of #62309a

#62309a

Complementary Color

#62309a #689a30

#62309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62309a Color CSS Codes

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

#62309a Text Font Color

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

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


#62309a Background Color

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

This div background color is #62309a


#62309a Border Color

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

This div border color is #62309a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,48,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62309a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62309a;
  -webkit-box-shadow: 1px 1px 3px 2px #62309a;
  box-shadow:         1px 1px 3px 2px #62309a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,48,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62309a


Comments

No comments written yet.

Please login to write comment.