Color Hex Logo

#231427 Color Hex

#231427
(35,20,39)
0 Favorites   0 Comments

Color spaces of #231427

RGB 352039
HSL0.800.320.12
HSV287°49°15°
CMYK 0.100.490.00   0.85
XYZ1.30951.00412.0443
Yxy1.00410.30050.2304
Hunter Lab10.02055.7910-5.0815
CIE-Lab9.025611.9962-10.0092

#231427 color RGB value is (35,20,39).

#231427 hex color red value is 35, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #231427 hue: 0.80 , saturation: 0.32 and the lightness value of 231427 is 0.12.

The process color (four color CMYK) of #231427 color hex is 0.10, 0.49, 0.00, 0.85. Web safe color of #231427 is #330033. Color #231427 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00010100 00100111
Octal 43 24 47
Decimal 35 20 39
Hex 23 14 27

RGB Percentages of Color #231427

%37.23
%21.28
%41.49

CMYK Percentages of Color #231427

%10
%49
%0
%85

Triadic Colors of #231427

#231427 #272314 #142723

Analogous Colors of #231427

#231427 #271422 #1a1427

Monochromatic Colors of #231427

#231427

Complementary Color

#231427 #182714

#231427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231427 Color CSS Codes

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

#231427 Text Font Color

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

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


#231427 Background Color

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

This div background color is #231427


#231427 Border Color

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

This div border color is #231427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231427


Comments

No comments written yet.

Please login to write comment.