Color Hex Logo

#625198 Color Hex

#625198
(98,81,152)
0 Favorites   0 Comments

Color spaces of #625198

RGB 9881152
HSL0.710.300.46
HSV254°47°60°
CMYK 0.360.470.00   0.40
XYZ13.646910.748531.0612
Yxy10.74850.24610.1938
Hunter Lab32.784916.9280-33.2233
CIE-Lab39.153624.0884-36.5662

#625198 color RGB value is (98,81,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010001 10011000
Octal 142 121 230
Decimal 98 81 152
Hex 62 51 98

RGB Percentages of Color #625198

%29.61
%24.47
%45.92

CMYK Percentages of Color #625198

%36
%47
%0
%40

Triadic Colors of #625198

#625198 #986251 #519862

Analogous Colors of #625198

#625198 #865198 #516498

Monochromatic Colors of #625198

#625198

Complementary Color

#625198 #879851

#625198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625198 Color CSS Codes

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

#625198 Text Font Color

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

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


#625198 Background Color

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

This div background color is #625198


#625198 Border Color

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

This div border color is #625198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625198


Comments

No comments written yet.

Please login to write comment.