Color Hex Logo

#425dcb Color Hex

#425DCB
(66,93,203)
0 Favorites   0 Comments

Color spaces of #425dcb

RGB 6693203
HSL0.630.570.53
HSV228°67°80°
CMYK 0.670.540.00   0.20
XYZ16.940613.298758.1740
Yxy13.29870.19160.1504
Hunter Lab36.467419.1027-69.0542
CIE-Lab43.209926.1694-60.2019

#425dcb color RGB value is (66,93,203).

#425dcb hex color red value is 66, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #425dcb hue: 0.63 , saturation: 0.57 and the lightness value of 425dcb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011101 11001011
Octal 102 135 313
Decimal 66 93 203
Hex 42 5D CB

RGB Percentages of Color #425dcb

%18.23
%25.69
%56.08

CMYK Percentages of Color #425dcb

%67
%54
%0
%20

Triadic Colors of #425dcb

#425dcb #cb425d #5dcb42

Analogous Colors of #425dcb

#425dcb #6c42cb #42a2cb

Monochromatic Colors of #425dcb

#425dcb

Complementary Color

#425dcb #cbb042

#425dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#425dcb Color CSS Codes

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

#425dcb Text Font Color

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

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


#425dcb Background Color

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

This div background color is #425dcb


#425dcb Border Color

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

This div border color is #425dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425dcb


Comments

No comments written yet.

Please login to write comment.