Color Hex Logo

#625dc7 Color Hex

#625DC7
(98,93,199)
0 Favorites   0 Comments

Color spaces of #625dc7

RGB 9893199
HSL0.670.490.57
HSV243°53°78°
CMYK 0.510.530.00   0.22
XYZ19.260214.548955.8259
Yxy14.54890.21490.1623
Hunter Lab38.143023.3827-60.0764
CIE-Lab45.010030.7077-54.8847

#625dc7 color RGB value is (98,93,199).

#625dc7 hex color red value is 98, green value is 93 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #625dc7 hue: 0.67 , saturation: 0.49 and the lightness value of 625dc7 is 0.57.

The process color (four color CMYK) of #625dc7 color hex is 0.51, 0.53, 0.00, 0.22. Web safe color of #625dc7 is #6666cc. Color #625dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011101 11000111
Octal 142 135 307
Decimal 98 93 199
Hex 62 5D C7

RGB Percentages of Color #625dc7

%25.13
%23.85
%51.03

CMYK Percentages of Color #625dc7

%51
%53
%0
%22

Triadic Colors of #625dc7

#625dc7 #c7625d #5dc762

Analogous Colors of #625dc7

#625dc7 #975dc7 #5d8dc7

Monochromatic Colors of #625dc7

#625dc7

Complementary Color

#625dc7 #c2c75d

#625dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625dc7 Color CSS Codes

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

#625dc7 Text Font Color

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

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


#625dc7 Background Color

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

This div background color is #625dc7


#625dc7 Border Color

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

This div border color is #625dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,93,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #625dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #625dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #625dc7;
  box-shadow:         1px 1px 3px 2px #625dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625dc7


Comments

No comments written yet.

Please login to write comment.