Color Hex Logo

#626aca Color Hex

#626ACA
(98,106,202)
0 Favorites   0 Comments

Color spaces of #626aca

RGB 98106202
HSL0.650.500.59
HSV235°51°79°
CMYK 0.510.480.00   0.21
XYZ20.851717.169058.0921
Yxy17.16900.21700.1786
Hunter Lab41.435517.3149-54.1191
CIE-Lab48.472323.6604-51.0527

#626aca color RGB value is (98,106,202).

#626aca hex color red value is 98, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #626aca hue: 0.65 , saturation: 0.50 and the lightness value of 626aca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101010 11001010
Octal 142 152 312
Decimal 98 106 202
Hex 62 6A CA

RGB Percentages of Color #626aca

%24.14
%26.11
%49.75

CMYK Percentages of Color #626aca

%51
%48
%0
%21

Triadic Colors of #626aca

#626aca #ca626a #6aca62

Analogous Colors of #626aca

#626aca #8e62ca #629eca

Monochromatic Colors of #626aca

#626aca

Complementary Color

#626aca #cac262

#626aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#626aca Color CSS Codes

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

#626aca Text Font Color

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

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


#626aca Background Color

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

This div background color is #626aca


#626aca Border Color

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

This div border color is #626aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626aca


Comments

No comments written yet.

Please login to write comment.