Color Hex Logo

#425085 Color Hex

#425085
(66,80,133)
0 Favorites   0 Comments

Color spaces of #425085

RGB 6680133
HSL0.630.340.39
HSV227°50°52°
CMYK 0.500.400.00   0.48
XYZ9.34918.589023.3554
Yxy8.58900.22640.2080
Hunter Lab29.30705.6553-26.7346
CIE-Lab35.180610.1999-31.4791

#425085 color RGB value is (66,80,133).

#425085 hex color red value is 66, green value is 80 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #425085 hue: 0.63 , saturation: 0.34 and the lightness value of 425085 is 0.39.

The process color (four color CMYK) of #425085 color hex is 0.50, 0.40, 0.00, 0.48. Web safe color of #425085 is #336699. Color #425085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 10000101
Octal 102 120 205
Decimal 66 80 133
Hex 42 50 85

RGB Percentages of Color #425085

%23.66
%28.67
%47.67

CMYK Percentages of Color #425085

%50
%40
%0
%48

Triadic Colors of #425085

#425085 #854250 #508542

Analogous Colors of #425085

#425085 #564285 #427285

Monochromatic Colors of #425085

#425085

Complementary Color

#425085 #857742

#425085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425085 Color CSS Codes

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

#425085 Text Font Color

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

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


#425085 Background Color

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

This div background color is #425085


#425085 Border Color

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

This div border color is #425085


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,80,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425085; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425085;
  -webkit-box-shadow: 1px 1px 3px 2px #425085;
  box-shadow:         1px 1px 3px 2px #425085; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425085


Comments

No comments written yet.

Please login to write comment.