Color Hex Logo

#425bcc Color Hex

#425BCC
(66,91,204)
0 Favorites   0 Comments

Color spaces of #425bcc

RGB 6691204
HSL0.640.580.53
HSV229°68°80°
CMYK 0.680.550.00   0.20
XYZ16.886913.000158.7460
Yxy13.00010.19050.1467
Hunter Lab36.055720.5043-71.3631
CIE-Lab42.763427.7963-61.5019

#425bcc color RGB value is (66,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011011 11001100
Octal 102 133 314
Decimal 66 91 204
Hex 42 5B CC

RGB Percentages of Color #425bcc

%18.28
%25.21
%56.51

CMYK Percentages of Color #425bcc

%68
%55
%0
%20

Triadic Colors of #425bcc

#425bcc #cc425b #5bcc42

Analogous Colors of #425bcc

#425bcc #6e42cc #42a0cc

Monochromatic Colors of #425bcc

#425bcc

Complementary Color

#425bcc #ccb342

#425bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#425bcc Color CSS Codes

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

#425bcc Text Font Color

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

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


#425bcc Background Color

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

This div background color is #425bcc


#425bcc Border Color

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

This div border color is #425bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425bcc


Comments

No comments written yet.

Please login to write comment.