Color Hex Logo

#23133b Color Hex

#23133B
(35,19,59)
0 Favorites   0 Comments

Color spaces of #23133b

RGB 351959
HSL0.730.510.15
HSV264°68°23°
CMYK 0.410.680.00   0.77
XYZ1.71541.13884.2671
Yxy1.13880.24090.1599
Hunter Lab10.671510.0182-16.2377
CIE-Lab10.098018.6619-22.9375

#23133b color RGB value is (35,19,59).

#23133b hex color red value is 35, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #23133b hue: 0.73 , saturation: 0.51 and the lightness value of 23133b is 0.15.

The process color (four color CMYK) of #23133b color hex is 0.41, 0.68, 0.00, 0.77. Web safe color of #23133b is #330033. Color #23133b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00010011 00111011
Octal 43 23 73
Decimal 35 19 59
Hex 23 13 3B

RGB Percentages of Color #23133b

%30.97
%16.81
%52.21

CMYK Percentages of Color #23133b

%41
%68
%0
%77

Triadic Colors of #23133b

#23133b #3b2313 #133b23

Analogous Colors of #23133b

#23133b #37133b #13173b

Monochromatic Colors of #23133b

#23133b

Complementary Color

#23133b #2b3b13

#23133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#23133b Color CSS Codes

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

#23133b Text Font Color

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

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


#23133b Background Color

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

This div background color is #23133b


#23133b Border Color

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

This div border color is #23133b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,19,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23133b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23133b;
  -webkit-box-shadow: 1px 1px 3px 2px #23133b;
  box-shadow:         1px 1px 3px 2px #23133b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23133b


Comments

No comments written yet.

Please login to write comment.