Color Hex Logo

#625fca Color Hex

#625FCA
(98,95,202)
0 Favorites   0 Comments

Color spaces of #625fca

RGB 9895202
HSL0.670.500.58
HSV242°53°79°
CMYK 0.510.530.00   0.21
XYZ19.789915.045457.7381
Yxy15.04540.21380.1625
Hunter Lab38.788423.1913-61.1037
CIE-Lab45.696330.4177-55.5086

#625fca color RGB value is (98,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011111 11001010
Octal 142 137 312
Decimal 98 95 202
Hex 62 5F CA

RGB Percentages of Color #625fca

%24.81
%24.05
%51.14

CMYK Percentages of Color #625fca

%51
%53
%0
%21

Triadic Colors of #625fca

#625fca #ca625f #5fca62

Analogous Colors of #625fca

#625fca #985fca #5f92ca

Monochromatic Colors of #625fca

#625fca

Complementary Color

#625fca #c7ca5f

#625fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#625fca Color CSS Codes

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

#625fca Text Font Color

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

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


#625fca Background Color

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

This div background color is #625fca


#625fca Border Color

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

This div border color is #625fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625fca


Comments

No comments written yet.

Please login to write comment.