Color Hex Logo

#231971 Color Hex

#231971
(35,25,113)
0 Favorites   0 Comments

Color spaces of #231971

RGB 3525113
HSL0.690.640.27
HSV247°78°44°
CMYK 0.690.780.00   0.56
XYZ4.02142.244815.8441
Yxy2.24480.18190.1015
Hunter Lab14.982721.6904-52.2111
CIE-Lab16.722833.1808-48.7774

#231971 color RGB value is (35,25,113).

#231971 hex color red value is 35, green value is 25 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #231971 hue: 0.69 , saturation: 0.64 and the lightness value of 231971 is 0.27.

The process color (four color CMYK) of #231971 color hex is 0.69, 0.78, 0.00, 0.56. Web safe color of #231971 is #330066. Color #231971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011001 01110001
Octal 43 31 161
Decimal 35 25 113
Hex 23 19 71

RGB Percentages of Color #231971

%20.23
%14.45
%65.32

CMYK Percentages of Color #231971

%69
%78
%0
%56

Triadic Colors of #231971

#231971 #712319 #197123

Analogous Colors of #231971

#231971 #4f1971 #193b71

Monochromatic Colors of #231971

#231971

Complementary Color

#231971 #677119

#231971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231971 Color CSS Codes

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

#231971 Text Font Color

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

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


#231971 Background Color

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

This div background color is #231971


#231971 Border Color

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

This div border color is #231971


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,25,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #231971; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #231971;
  -webkit-box-shadow: 1px 1px 3px 2px #231971;
  box-shadow:         1px 1px 3px 2px #231971; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,25,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231971


Comments

No comments written yet.

Please login to write comment.