Color Hex Logo

#232fab Color Hex

#232FAB
(35,47,171)
0 Favorites   0 Comments

Color spaces of #232fab

RGB 3547171
HSL0.650.660.40
HSV235°80°67°
CMYK 0.800.730.00   0.33
XYZ9.06035.330639.0795
Yxy5.33060.16940.0997
Hunter Lab23.088129.6434-84.1941
CIE-Lab27.656640.2295-66.8623

#232fab color RGB value is (35,47,171).

#232fab hex color red value is 35, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #232fab hue: 0.65 , saturation: 0.66 and the lightness value of 232fab is 0.40.

The process color (four color CMYK) of #232fab color hex is 0.80, 0.73, 0.00, 0.33. Web safe color of #232fab is #333399. Color #232fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00101111 10101011
Octal 43 57 253
Decimal 35 47 171
Hex 23 2F AB

RGB Percentages of Color #232fab

%13.83
%18.58
%67.59

CMYK Percentages of Color #232fab

%80
%73
%0
%33

Triadic Colors of #232fab

#232fab #ab232f #2fab23

Analogous Colors of #232fab

#232fab #5b23ab #2373ab

Monochromatic Colors of #232fab

#232fab

Complementary Color

#232fab #ab9f23

#232fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#232fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#232fab Color CSS Codes

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

#232fab Text Font Color

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

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


#232fab Background Color

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

This div background color is #232fab


#232fab Border Color

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

This div border color is #232fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,47,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #232fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #232fab;
  -webkit-box-shadow: 1px 1px 3px 2px #232fab;
  box-shadow:         1px 1px 3px 2px #232fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #232fab


Comments

No comments written yet.

Please login to write comment.