Color Hex Logo

#625cca Color Hex

#625CCA
(98,92,202)
0 Favorites   0 Comments

Color spaces of #625cca

RGB 9892202
HSL0.680.510.58
HSV243°54°79°
CMYK 0.510.540.00   0.21
XYZ19.524814.515257.6498
Yxy14.51520.21290.1583
Hunter Lab38.098824.8044-63.0464
CIE-Lab44.962932.2497-56.6906

#625cca color RGB value is (98,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011100 11001010
Octal 142 134 312
Decimal 98 92 202
Hex 62 5C CA

RGB Percentages of Color #625cca

%25.00
%23.47
%51.53

CMYK Percentages of Color #625cca

%51
%54
%0
%21

Triadic Colors of #625cca

#625cca #ca625c #5cca62

Analogous Colors of #625cca

#625cca #995cca #5c8dca

Monochromatic Colors of #625cca

#625cca

Complementary Color

#625cca #c4ca5c

#625cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#625cca Color CSS Codes

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

#625cca Text Font Color

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

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


#625cca Background Color

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

This div background color is #625cca


#625cca Border Color

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

This div border color is #625cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625cca


Comments

No comments written yet.

Please login to write comment.