Color Hex Logo

#431bae Color Hex

#431BAE
(67,27,174)
0 Favorites   0 Comments

Color spaces of #431bae

RGB 6727174
HSL0.710.730.39
HSV256°84°68°
CMYK 0.610.840.00   0.32
XYZ10.34675.033240.4706
Yxy5.03320.18530.0901
Hunter Lab22.434843.0615-91.2501
CIE-Lab26.829154.1312-69.9559

#431bae color RGB value is (67,27,174).

#431bae hex color red value is 67, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #431bae hue: 0.71 , saturation: 0.73 and the lightness value of 431bae is 0.39.

The process color (four color CMYK) of #431bae color hex is 0.61, 0.84, 0.00, 0.32. Web safe color of #431bae is #333399. Color #431bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011011 10101110
Octal 103 33 256
Decimal 67 27 174
Hex 43 1B AE

RGB Percentages of Color #431bae

%25.00
%10.07
%64.93

CMYK Percentages of Color #431bae

%61
%84
%0
%32

Triadic Colors of #431bae

#431bae #ae431b #1bae43

Analogous Colors of #431bae

#431bae #8d1bae #1b3dae

Monochromatic Colors of #431bae

#431bae

Complementary Color

#431bae #86ae1b

#431bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#431bae Color CSS Codes

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

#431bae Text Font Color

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

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


#431bae Background Color

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

This div background color is #431bae


#431bae Border Color

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

This div border color is #431bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,27,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431bae;
  -webkit-box-shadow: 1px 1px 3px 2px #431bae;
  box-shadow:         1px 1px 3px 2px #431bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,27,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431bae


Comments

No comments written yet.

Please login to write comment.