Color Hex Logo

#425bbe Color Hex

#425BBE
(66,91,190)
0 Favorites   0 Comments

Color spaces of #425bbe

RGB 6691190
HSL0.630.490.50
HSV228°65°75°
CMYK 0.650.520.00   0.25
XYZ15.282112.358150.2951
Yxy12.35810.19610.1586
Hunter Lab35.154116.0774-60.2186
CIE-Lab41.779722.8344-54.9831

#425bbe color RGB value is (66,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011011 10111110
Octal 102 133 276
Decimal 66 91 190
Hex 42 5B BE

RGB Percentages of Color #425bbe

%19.02
%26.22
%54.76

CMYK Percentages of Color #425bbe

%65
%52
%0
%25

Triadic Colors of #425bbe

#425bbe #be425b #5bbe42

Analogous Colors of #425bbe

#425bbe #6742be #4299be

Monochromatic Colors of #425bbe

#425bbe

Complementary Color

#425bbe #bea542

#425bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#425bbe Color CSS Codes

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

#425bbe Text Font Color

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

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


#425bbe Background Color

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

This div background color is #425bbe


#425bbe Border Color

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

This div border color is #425bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425bbe


Comments

No comments written yet.

Please login to write comment.