Color Hex Logo

#230dab Color Hex

#230DAB
(35,13,171)
0 Favorites   0 Comments

Color spaces of #230dab

RGB 3513171
HSL0.690.860.36
HSV248°92°67°
CMYK 0.800.920.00   0.33
XYZ8.18773.585438.7886
Yxy3.58540.16190.0709
Hunter Lab18.935244.0482-108.2008
CIE-Lab22.250555.9502-75.8297

#230dab color RGB value is (35,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 00001101 10101011
Octal 43 15 253
Decimal 35 13 171
Hex 23 D AB

RGB Percentages of Color #230dab

%15.98
%5.94
%78.08

CMYK Percentages of Color #230dab

%80
%92
%0
%33

Triadic Colors of #230dab

#230dab #ab230d #0dab23

Analogous Colors of #230dab

#230dab #720dab #0d46ab

Monochromatic Colors of #230dab

#230dab

Complementary Color

#230dab #95ab0d

#230dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#230dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#230dab Color CSS Codes

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

#230dab Text Font Color

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

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


#230dab Background Color

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

This div background color is #230dab


#230dab Border Color

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

This div border color is #230dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,13,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 #230dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #230dab


Comments

No comments written yet.

Please login to write comment.