Color Hex Logo

#231288 Color Hex

#231288
(35,18,136)
0 Favorites   0 Comments

Color spaces of #231288

RGB 3518136
HSL0.690.770.30
HSV249°87°53°
CMYK 0.740.870.00   0.47
XYZ5.35342.567523.5060
Yxy2.56750.17030.0817
Hunter Lab16.023431.5956-75.7607
CIE-Lab18.221244.1560-60.9763

#231288 color RGB value is (35,18,136).

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

The process color (four color CMYK) of #231288 color hex is 0.74, 0.87, 0.00, 0.47. Web safe color of #231288 is #330099. Color #231288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00010010 10001000
Octal 43 22 210
Decimal 35 18 136
Hex 23 12 88

RGB Percentages of Color #231288

%18.52
%9.52
%71.96

CMYK Percentages of Color #231288

%74
%87
%0
%47

Triadic Colors of #231288

#231288 #882312 #128823

Analogous Colors of #231288

#231288 #5e1288 #123c88

Monochromatic Colors of #231288

#231288

Complementary Color

#231288 #778812

#231288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231288 Color CSS Codes

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

#231288 Text Font Color

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

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


#231288 Background Color

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

This div background color is #231288


#231288 Border Color

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

This div border color is #231288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231288


Comments

No comments written yet.

Please login to write comment.