Color Hex Logo

#625dca Color Hex

#625DCA
(98,93,202)
0 Favorites   0 Comments

Color spaces of #625dca

RGB 9893202
HSL0.670.510.58
HSV243°54°79°
CMYK 0.510.540.00   0.21
XYZ19.612014.689657.6788
Yxy14.68960.21320.1597
Hunter Lab38.327024.2665-62.3973
CIE-Lab45.206131.6401-56.2984

#625dca color RGB value is (98,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011101 11001010
Octal 142 135 312
Decimal 98 93 202
Hex 62 5D CA

RGB Percentages of Color #625dca

%24.94
%23.66
%51.40

CMYK Percentages of Color #625dca

%51
%54
%0
%21

Triadic Colors of #625dca

#625dca #ca625d #5dca62

Analogous Colors of #625dca

#625dca #995dca #5d8fca

Monochromatic Colors of #625dca

#625dca

Complementary Color

#625dca #c5ca5d

#625dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#625dca Color CSS Codes

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

#625dca Text Font Color

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

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


#625dca Background Color

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

This div background color is #625dca


#625dca Border Color

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

This div border color is #625dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625dca


Comments

No comments written yet.

Please login to write comment.