Color Hex Logo

#625298 Color Hex

#625298
(98,82,152)
0 Favorites   0 Comments

Color spaces of #625298

RGB 9882152
HSL0.700.300.46
HSV254°46°60°
CMYK 0.360.460.00   0.40
XYZ13.721810.898331.0861
Yxy10.89830.24630.1956
Hunter Lab33.012616.4222-32.7213
CIE-Lab39.408723.4672-36.1617

#625298 color RGB value is (98,82,152).

#625298 hex color red value is 98, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #625298 hue: 0.70 , saturation: 0.30 and the lightness value of 625298 is 0.46.

The process color (four color CMYK) of #625298 color hex is 0.36, 0.46, 0.00, 0.40. Web safe color of #625298 is #666699. Color #625298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 10011000
Octal 142 122 230
Decimal 98 82 152
Hex 62 52 98

RGB Percentages of Color #625298

%29.52
%24.70
%45.78

CMYK Percentages of Color #625298

%36
%46
%0
%40

Triadic Colors of #625298

#625298 #986252 #529862

Analogous Colors of #625298

#625298 #855298 #526598

Monochromatic Colors of #625298

#625298

Complementary Color

#625298 #889852

#625298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625298 Color CSS Codes

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

#625298 Text Font Color

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

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


#625298 Background Color

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

This div background color is #625298


#625298 Border Color

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

This div border color is #625298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,82,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 #625298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625298


Comments

No comments written yet.

Please login to write comment.