Color Hex Logo

#425aca Color Hex

#425ACA
(66,90,202)
0 Favorites   0 Comments

Color spaces of #425aca

RGB 6690202
HSL0.640.560.53
HSV229°67°79°
CMYK 0.670.550.00   0.21
XYZ16.563612.734857.4622
Yxy12.73480.19090.1468
Hunter Lab35.685920.4006-70.4901
CIE-Lab42.360927.7258-61.0011

#425aca color RGB value is (66,90,202).

#425aca hex color red value is 66, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #425aca hue: 0.64 , saturation: 0.56 and the lightness value of 425aca is 0.53.

The process color (four color CMYK) of #425aca color hex is 0.67, 0.55, 0.00, 0.21. Web safe color of #425aca is #3366cc. Color #425aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11001010
Octal 102 132 312
Decimal 66 90 202
Hex 42 5A CA

RGB Percentages of Color #425aca

%18.44
%25.14
%56.42

CMYK Percentages of Color #425aca

%67
%55
%0
%21

Triadic Colors of #425aca

#425aca #ca425a #5aca42

Analogous Colors of #425aca

#425aca #6e42ca #429eca

Monochromatic Colors of #425aca

#425aca

Complementary Color

#425aca #cab242

#425aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#425aca Color CSS Codes

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

#425aca Text Font Color

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

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


#425aca Background Color

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

This div background color is #425aca


#425aca Border Color

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

This div border color is #425aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425aca


Comments

No comments written yet.

Please login to write comment.