Color Hex Logo

#425afc Color Hex

#425AFC
(66,90,252)
0 Favorites   0 Comments

Color spaces of #425afc

RGB 6690252
HSL0.650.970.62
HSV232°74°99°
CMYK 0.740.640.00   0.01
XYZ23.473615.498993.8498
Yxy15.49890.17670.1167
Hunter Lab39.368637.5357-113.7817
CIE-Lab46.310145.1240-82.9049

#425afc color RGB value is (66,90,252).

#425afc hex color red value is 66, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #425afc hue: 0.65 , saturation: 0.97 and the lightness value of 425afc is 0.62.

The process color (four color CMYK) of #425afc color hex is 0.74, 0.64, 0.00, 0.01. Web safe color of #425afc is #3366ff. Color #425afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11111100
Octal 102 132 374
Decimal 66 90 252
Hex 42 5A FC

RGB Percentages of Color #425afc

%16.18
%22.06
%61.76

CMYK Percentages of Color #425afc

%74
%64
%0
%1

Triadic Colors of #425afc

#425afc #fc425a #5afc42

Analogous Colors of #425afc

#425afc #8742fc #42b7fc

Monochromatic Colors of #425afc

#425afc

Complementary Color

#425afc #fce442

#425afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#425afc Color CSS Codes

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

#425afc Text Font Color

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

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


#425afc Background Color

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

This div background color is #425afc


#425afc Border Color

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

This div border color is #425afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425afc


Comments

No comments written yet.

Please login to write comment.