Color Hex Logo

#4250ad Color Hex

#4250AD
(66,80,173)
0 Favorites   0 Comments

Color spaces of #4250ad

RGB 6680173
HSL0.640.450.47
HSV232°62°68°
CMYK 0.620.540.00   0.32
XYZ12.65839.912740.7813
Yxy9.91270.19980.1565
Hunter Lab31.484416.6680-54.7583
CIE-Lab37.685323.9360-51.6054

#4250ad color RGB value is (66,80,173).

#4250ad hex color red value is 66, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4250ad hue: 0.64 , saturation: 0.45 and the lightness value of 4250ad is 0.47.

The process color (four color CMYK) of #4250ad color hex is 0.62, 0.54, 0.00, 0.32. Web safe color of #4250ad is #336699. Color #4250ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 10101101
Octal 102 120 255
Decimal 66 80 173
Hex 42 50 AD

RGB Percentages of Color #4250ad

%20.69
%25.08
%54.23

CMYK Percentages of Color #4250ad

%62
%54
%0
%32

Triadic Colors of #4250ad

#4250ad #ad4250 #50ad42

Analogous Colors of #4250ad

#4250ad #6a42ad #4286ad

Monochromatic Colors of #4250ad

#4250ad

Complementary Color

#4250ad #ad9f42

#4250ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4250ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4250ad Color CSS Codes

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

#4250ad Text Font Color

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

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


#4250ad Background Color

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

This div background color is #4250ad


#4250ad Border Color

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

This div border color is #4250ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4250ad


Comments

No comments written yet.

Please login to write comment.