Color Hex Logo

#425beb Color Hex

#425BEB
(66,91,235)
0 Favorites   0 Comments

Color spaces of #425beb

RGB 6691235
HSL0.640.810.59
HSV231°72°92°
CMYK 0.720.610.00   0.08
XYZ20.983214.638680.3169
Yxy14.63860.18100.1263
Hunter Lab38.260430.9392-97.6802
CIE-Lab45.135238.6770-75.3032

#425beb color RGB value is (66,91,235).

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

The process color (four color CMYK) of #425beb color hex is 0.72, 0.61, 0.00, 0.08. Web safe color of #425beb is #3366ff. Color #425beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011011 11101011
Octal 102 133 353
Decimal 66 91 235
Hex 42 5B EB

RGB Percentages of Color #425beb

%16.84
%23.21
%59.95

CMYK Percentages of Color #425beb

%72
%61
%0
%8

Triadic Colors of #425beb

#425beb #eb425b #5beb42

Analogous Colors of #425beb

#425beb #7e42eb #42b0eb

Monochromatic Colors of #425beb

#425beb

Complementary Color

#425beb #ebd242

#425beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#425beb Color CSS Codes

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

#425beb Text Font Color

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

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


#425beb Background Color

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

This div background color is #425beb


#425beb Border Color

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

This div border color is #425beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425beb


Comments

No comments written yet.

Please login to write comment.