Color Hex Logo

#231263 Color Hex

#231263
(35,18,99)
0 Favorites   0 Comments

Color spaces of #231263

RGB 351899
HSL0.700.690.23
HSV253°82°39°
CMYK 0.650.820.00   0.61
XYZ3.16161.690811.9641
Yxy1.69080.18800.1005
Hunter Lab13.003120.6455-45.4504
CIE-Lab13.773032.4708-44.4609

#231263 color RGB value is (35,18,99).

#231263 hex color red value is 35, green value is 18 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #231263 hue: 0.70 , saturation: 0.69 and the lightness value of 231263 is 0.23.

The process color (four color CMYK) of #231263 color hex is 0.65, 0.82, 0.00, 0.61. Web safe color of #231263 is #330066. Color #231263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00010010 01100011
Octal 43 22 143
Decimal 35 18 99
Hex 23 12 63

RGB Percentages of Color #231263

%23.03
%11.84
%65.13

CMYK Percentages of Color #231263

%65
%82
%0
%61

Triadic Colors of #231263

#231263 #632312 #126323

Analogous Colors of #231263

#231263 #4c1263 #122963

Monochromatic Colors of #231263

#231263

Complementary Color

#231263 #526312

#231263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231263 Color CSS Codes

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

#231263 Text Font Color

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

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


#231263 Background Color

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

This div background color is #231263


#231263 Border Color

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

This div border color is #231263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231263


Comments

No comments written yet.

Please login to write comment.