Color Hex Logo

#231aad Color Hex

#231AAD
(35,26,173)
0 Favorites   0 Comments

Color spaces of #231aad

RGB 3526173
HSL0.680.740.39
HSV244°85°68°
CMYK 0.800.850.00   0.32
XYZ8.60544.113239.8755
Yxy4.11320.16360.0782
Hunter Lab20.281040.2472-102.3762
CIE-Lab24.042251.9204-74.0526

#231aad color RGB value is (35,26,173).

#231aad hex color red value is 35, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #231aad hue: 0.68 , saturation: 0.74 and the lightness value of 231aad is 0.39.

The process color (four color CMYK) of #231aad color hex is 0.80, 0.85, 0.00, 0.32. Web safe color of #231aad is #333399. Color #231aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011010 10101101
Octal 43 32 255
Decimal 35 26 173
Hex 23 1A AD

RGB Percentages of Color #231aad

%14.96
%11.11
%73.93

CMYK Percentages of Color #231aad

%80
%85
%0
%32

Triadic Colors of #231aad

#231aad #ad231a #1aad23

Analogous Colors of #231aad

#231aad #6d1aad #1a5bad

Monochromatic Colors of #231aad

#231aad

Complementary Color

#231aad #a4ad1a

#231aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#231aad Color CSS Codes

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

#231aad Text Font Color

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

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


#231aad Background Color

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

This div background color is #231aad


#231aad Border Color

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

This div border color is #231aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,26,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #231aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #231aad;
  -webkit-box-shadow: 1px 1px 3px 2px #231aad;
  box-shadow:         1px 1px 3px 2px #231aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,26,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 #231aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231aad


Comments

No comments written yet.

Please login to write comment.