Color Hex Logo

#230c6e Color Hex

#230C6E
(35,12,110)
0 Favorites   0 Comments

Color spaces of #230c6e

RGB 3512110
HSL0.710.800.24
HSV254°89°43°
CMYK 0.680.890.00   0.57
XYZ3.63911.746114.8971
Yxy1.74610.17940.0861
Hunter Lab13.214026.0339-57.5921
CIE-Lab14.094138.8056-51.1706

#230c6e color RGB value is (35,12,110).

#230c6e hex color red value is 35, green value is 12 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #230c6e hue: 0.71 , saturation: 0.80 and the lightness value of 230c6e is 0.24.

The process color (four color CMYK) of #230c6e color hex is 0.68, 0.89, 0.00, 0.57. Web safe color of #230c6e is #330066. Color #230c6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00001100 01101110
Octal 43 14 156
Decimal 35 12 110
Hex 23 C 6E

RGB Percentages of Color #230c6e

%22.29
%7.64
%70.06

CMYK Percentages of Color #230c6e

%68
%89
%0
%57

Triadic Colors of #230c6e

#230c6e #6e230c #0c6e23

Analogous Colors of #230c6e

#230c6e #540c6e #0c266e

Monochromatic Colors of #230c6e

#230c6e

Complementary Color

#230c6e #576e0c

#230c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#230c6e Color CSS Codes

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

#230c6e Text Font Color

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

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


#230c6e Background Color

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

This div background color is #230c6e


#230c6e Border Color

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

This div border color is #230c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230c6e


Comments

No comments written yet.

Please login to write comment.