Color Hex Logo

#425cdb Color Hex

#425CDB
(66,92,219)
0 Favorites   0 Comments

Color spaces of #425cdb

RGB 6692219
HSL0.640.680.56
HSV230°70°86°
CMYK 0.700.580.00   0.14
XYZ18.860113.927068.7120
Yxy13.92700.18580.1372
Hunter Lab37.318924.9017-83.0422
CIE-Lab44.128132.4616-67.8797

#425cdb color RGB value is (66,92,219).

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

The process color (four color CMYK) of #425cdb color hex is 0.70, 0.58, 0.00, 0.14. Web safe color of #425cdb is #3366cc. Color #425cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11011011
Octal 102 134 333
Decimal 66 92 219
Hex 42 5C DB

RGB Percentages of Color #425cdb

%17.51
%24.40
%58.09

CMYK Percentages of Color #425cdb

%70
%58
%0
%14

Triadic Colors of #425cdb

#425cdb #db425c #5cdb42

Analogous Colors of #425cdb

#425cdb #7542db #42a9db

Monochromatic Colors of #425cdb

#425cdb

Complementary Color

#425cdb #dbc142

#425cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#425cdb Color CSS Codes

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

#425cdb Text Font Color

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

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


#425cdb Background Color

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

This div background color is #425cdb


#425cdb Border Color

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

This div border color is #425cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425cdb


Comments

No comments written yet.

Please login to write comment.