Color Hex Logo

#425fbf Color Hex

#425FBF
(66,95,191)
0 Favorites   0 Comments

Color spaces of #425fbf

RGB 6695191
HSL0.630.490.50
HSV226°65°75°
CMYK 0.650.500.00   0.25
XYZ15.742913.104350.9898
Yxy13.10430.19720.1641
Hunter Lab36.199914.2778-58.1738
CIE-Lab42.920020.6250-53.7256

#425fbf color RGB value is (66,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 10111111
Octal 102 137 277
Decimal 66 95 191
Hex 42 5F BF

RGB Percentages of Color #425fbf

%18.75
%26.99
%54.26

CMYK Percentages of Color #425fbf

%65
%50
%0
%25

Triadic Colors of #425fbf

#425fbf #bf425f #5fbf42

Analogous Colors of #425fbf

#425fbf #6342bf #429ebf

Monochromatic Colors of #425fbf

#425fbf

Complementary Color

#425fbf #bfa242

#425fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#425fbf Color CSS Codes

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

#425fbf Text Font Color

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

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


#425fbf Background Color

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

This div background color is #425fbf


#425fbf Border Color

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

This div border color is #425fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425fbf


Comments

No comments written yet.

Please login to write comment.