Color Hex Logo

#627aca Color Hex

#627ACA
(98,122,202)
0 Favorites   0 Comments

Color spaces of #627aca

RGB 98122202
HSL0.630.500.59
HSV226°51°79°
CMYK 0.510.400.00   0.21
XYZ22.657220.780058.6939
Yxy20.78000.22180.2035
Hunter Lab45.58518.9461-44.4304
CIE-Lab52.707913.8674-44.3081

#627aca color RGB value is (98,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111010 11001010
Octal 142 172 312
Decimal 98 122 202
Hex 62 7A CA

RGB Percentages of Color #627aca

%23.22
%28.91
%47.87

CMYK Percentages of Color #627aca

%51
%40
%0
%21

Triadic Colors of #627aca

#627aca #ca627a #7aca62

Analogous Colors of #627aca

#627aca #7e62ca #62aeca

Monochromatic Colors of #627aca

#627aca

Complementary Color

#627aca #cab262

#627aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#627aca Color CSS Codes

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

#627aca Text Font Color

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

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


#627aca Background Color

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

This div background color is #627aca


#627aca Border Color

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

This div border color is #627aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627aca


Comments

No comments written yet.

Please login to write comment.