Color Hex Logo

#231dad Color Hex

#231DAD
(35,29,173)
0 Favorites   0 Comments

Color spaces of #231dad

RGB 3529173
HSL0.670.710.40
HSV243°83°68°
CMYK 0.800.830.00   0.32
XYZ8.67534.253239.8989
Yxy4.25320.16420.0805
Hunter Lab20.623338.9963-100.2693
CIE-Lab24.491450.5903-73.3061

#231dad color RGB value is (35,29,173).

#231dad hex color red value is 35, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #231dad hue: 0.67 , saturation: 0.71 and the lightness value of 231dad is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011101 10101101
Octal 43 35 255
Decimal 35 29 173
Hex 23 1D AD

RGB Percentages of Color #231dad

%14.77
%12.24
%73.00

CMYK Percentages of Color #231dad

%80
%83
%0
%32

Triadic Colors of #231dad

#231dad #ad231d #1dad23

Analogous Colors of #231dad

#231dad #6b1dad #1d5fad

Monochromatic Colors of #231dad

#231dad

Complementary Color

#231dad #a7ad1d

#231dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#231dad Color CSS Codes

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

#231dad Text Font Color

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

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


#231dad Background Color

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

This div background color is #231dad


#231dad Border Color

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

This div border color is #231dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231dad


Comments

No comments written yet.

Please login to write comment.