Color Hex Logo

#230aac Color Hex

#230AAC
(35,10,172)
0 Favorites   0 Comments

Color spaces of #230aac

RGB 3510172
HSL0.690.890.36
HSV249°94°67°
CMYK 0.800.940.00   0.33
XYZ8.24813.553039.2808
Yxy3.55300.16150.0696
Hunter Lab18.849445.1214-110.3615
CIE-Lab22.134956.9900-76.6261

#230aac color RGB value is (35,10,172).

#230aac hex color red value is 35, green value is 10 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #230aac hue: 0.69 , saturation: 0.89 and the lightness value of 230aac is 0.36.

The process color (four color CMYK) of #230aac color hex is 0.80, 0.94, 0.00, 0.33. Web safe color of #230aac is #330099. Color #230aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00001010 10101100
Octal 43 12 254
Decimal 35 10 172
Hex 23 A AC

RGB Percentages of Color #230aac

%16.13
%4.61
%79.26

CMYK Percentages of Color #230aac

%80
%94
%0
%33

Triadic Colors of #230aac

#230aac #ac230a #0aac23

Analogous Colors of #230aac

#230aac #740aac #0a42ac

Monochromatic Colors of #230aac

#230aac

Complementary Color

#230aac #93ac0a

#230aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#230aac Color CSS Codes

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

#230aac Text Font Color

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

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


#230aac Background Color

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

This div background color is #230aac


#230aac Border Color

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

This div border color is #230aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,10,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #230aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #230aac;
  -webkit-box-shadow: 1px 1px 3px 2px #230aac;
  box-shadow:         1px 1px 3px 2px #230aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230aac


Comments

No comments written yet.

Please login to write comment.