Color Hex Logo

#425bde Color Hex

#425BDE
(66,91,222)
0 Favorites   0 Comments

Color spaces of #425bde

RGB 6691222
HSL0.640.700.56
HSV230°70°87°
CMYK 0.700.590.00   0.13
XYZ19.172713.914370.7825
Yxy13.91430.18460.1340
Hunter Lab37.301926.4685-86.3949
CIE-Lab44.109834.1428-69.6173

#425bde color RGB value is (66,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011011 11011110
Octal 102 133 336
Decimal 66 91 222
Hex 42 5B DE

RGB Percentages of Color #425bde

%17.41
%24.01
%58.58

CMYK Percentages of Color #425bde

%70
%59
%0
%13

Triadic Colors of #425bde

#425bde #de425b #5bde42

Analogous Colors of #425bde

#425bde #7742de #42a9de

Monochromatic Colors of #425bde

#425bde

Complementary Color

#425bde #dec542

#425bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#425bde Color CSS Codes

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

#425bde Text Font Color

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

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


#425bde Background Color

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

This div background color is #425bde


#425bde Border Color

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

This div border color is #425bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425bde


Comments

No comments written yet.

Please login to write comment.