Color Hex Logo

#425abd Color Hex

#425ABD
(66,90,189)
0 Favorites   0 Comments

Color spaces of #425abd

RGB 6690189
HSL0.630.480.50
HSV228°65°74°
CMYK 0.650.520.00   0.26
XYZ15.088212.144749.6930
Yxy12.14470.19610.1579
Hunter Lab34.849216.2965-60.1496
CIE-Lab41.445223.1214-54.9404

#425abd color RGB value is (66,90,189).

#425abd hex color red value is 66, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #425abd hue: 0.63 , saturation: 0.48 and the lightness value of 425abd is 0.50.

The process color (four color CMYK) of #425abd color hex is 0.65, 0.52, 0.00, 0.26. Web safe color of #425abd is #3366cc. Color #425abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 10111101
Octal 102 132 275
Decimal 66 90 189
Hex 42 5A BD

RGB Percentages of Color #425abd

%19.13
%26.09
%54.78

CMYK Percentages of Color #425abd

%65
%52
%0
%26

Triadic Colors of #425abd

#425abd #bd425a #5abd42

Analogous Colors of #425abd

#425abd #6842bd #4298bd

Monochromatic Colors of #425abd

#425abd

Complementary Color

#425abd #bda542

#425abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425abd Color CSS Codes

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

#425abd Text Font Color

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

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


#425abd Background Color

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

This div background color is #425abd


#425abd Border Color

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

This div border color is #425abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,90,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #425abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425abd


Comments

No comments written yet.

Please login to write comment.