Color Hex Logo

#023285 Color Hex

#023285
(2,50,133)
0 Favorites   0 Comments

Color spaces of #023285

RGB 250133
HSL0.610.970.26
HSV218°98°52°
CMYK 0.980.620.00   0.48
XYZ5.39933.987622.6754
Yxy3.98760.16840.1244
Hunter Lab19.969013.3179-53.3474
CIE-Lab23.630421.3865-50.2199

#023285 color RGB value is (2,50,133).

#023285 hex color red value is 2, green value is 50 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #023285 hue: 0.61 , saturation: 0.97 and the lightness value of 023285 is 0.26.

The process color (four color CMYK) of #023285 color hex is 0.98, 0.62, 0.00, 0.48. Web safe color of #023285 is #003399. Color #023285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110010 10000101
Octal 2 62 205
Decimal 2 50 133
Hex 2 32 85

RGB Percentages of Color #023285

%1.08
%27.03
%71.89

CMYK Percentages of Color #023285

%98
%62
%0
%48

Triadic Colors of #023285

#023285 #850232 #328502

Analogous Colors of #023285

#023285 #140285 #027485

Monochromatic Colors of #023285

#023285

Complementary Color

#023285 #855502

#023285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023285 Color CSS Codes

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

#023285 Text Font Color

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

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


#023285 Background Color

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

This div background color is #023285


#023285 Border Color

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

This div border color is #023285


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,50,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023285; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023285;
  -webkit-box-shadow: 1px 1px 3px 2px #023285;
  box-shadow:         1px 1px 3px 2px #023285; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023285


Comments

No comments written yet.

Please login to write comment.