Color Hex Logo

#4231ab Color Hex

#4231AB
(66,49,171)
0 Favorites   0 Comments

Color spaces of #4231ab

RGB 6649171
HSL0.690.550.43
HSV248°71°67°
CMYK 0.610.710.00   0.33
XYZ10.69586.295239.1794
Yxy6.29520.19040.1121
Hunter Lab25.090232.1854-75.0205
CIE-Lab30.145342.4927-62.6924

#4231ab color RGB value is (66,49,171).

#4231ab hex color red value is 66, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4231ab hue: 0.69 , saturation: 0.55 and the lightness value of 4231ab is 0.43.

The process color (four color CMYK) of #4231ab color hex is 0.61, 0.71, 0.00, 0.33. Web safe color of #4231ab is #333399. Color #4231ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 10101011
Octal 102 61 253
Decimal 66 49 171
Hex 42 31 AB

RGB Percentages of Color #4231ab

%23.08
%17.13
%59.79

CMYK Percentages of Color #4231ab

%61
%71
%0
%33

Triadic Colors of #4231ab

#4231ab #ab4231 #31ab42

Analogous Colors of #4231ab

#4231ab #7f31ab #315dab

Monochromatic Colors of #4231ab

#4231ab

Complementary Color

#4231ab #9aab31

#4231ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4231ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4231ab Color CSS Codes

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

#4231ab Text Font Color

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

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


#4231ab Background Color

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

This div background color is #4231ab


#4231ab Border Color

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

This div border color is #4231ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,49,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4231ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4231ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4231ab;
  box-shadow:         1px 1px 3px 2px #4231ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4231ab


Comments

No comments written yet.

Please login to write comment.