Color Hex Logo

#625378 Color Hex

#625378
(98,83,120)
0 Favorites   0 Comments

Color spaces of #625378

RGB 9883120
HSL0.730.180.40
HSV264°31°47°
CMYK 0.180.310.00   0.53
XYZ11.520410.139219.1192
Yxy10.13920.28250.2486
Hunter Lab31.84218.8572-13.3105
CIE-Lab38.091114.2943-18.7348

#625378 color RGB value is (98,83,120).

#625378 hex color red value is 98, green value is 83 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #625378 hue: 0.73 , saturation: 0.18 and the lightness value of 625378 is 0.40.

The process color (four color CMYK) of #625378 color hex is 0.18, 0.31, 0.00, 0.53. Web safe color of #625378 is #666666. Color #625378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010011 01111000
Octal 142 123 170
Decimal 98 83 120
Hex 62 53 78

RGB Percentages of Color #625378

%32.56
%27.57
%39.87

CMYK Percentages of Color #625378

%18
%31
%0
%53

Triadic Colors of #625378

#625378 #786253 #537862

Analogous Colors of #625378

#625378 #755378 #535778

Monochromatic Colors of #625378

#625378

Complementary Color

#625378 #697853

#625378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625378 Color CSS Codes

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

#625378 Text Font Color

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

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


#625378 Background Color

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

This div background color is #625378


#625378 Border Color

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

This div border color is #625378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625378

#625378 Color Palettes


Comments

No comments written yet.

Please login to write comment.