Color Hex Logo

#253acb Color Hex

#253ACB
(37,58,203)
0 Favorites   0 Comments

Color spaces of #253acb

RGB 3758203
HSL0.650.690.47
HSV232°82°80°
CMYK 0.820.710.00   0.20
XYZ13.05557.731257.3041
Yxy7.73120.16720.0990
Hunter Lab27.805035.1536-102.7287
CIE-Lab33.416744.9784-76.2738

#253acb color RGB value is (37,58,203).

#253acb hex color red value is 37, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #253acb hue: 0.65 , saturation: 0.69 and the lightness value of 253acb is 0.47.

The process color (four color CMYK) of #253acb color hex is 0.82, 0.71, 0.00, 0.20. Web safe color of #253acb is #3333cc. Color #253acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111010 11001011
Octal 45 72 313
Decimal 37 58 203
Hex 25 3A CB

RGB Percentages of Color #253acb

%12.42
%19.46
%68.12

CMYK Percentages of Color #253acb

%82
%71
%0
%20

Triadic Colors of #253acb

#253acb #cb253a #3acb25

Analogous Colors of #253acb

#253acb #6325cb #258dcb

Monochromatic Colors of #253acb

#253acb

Complementary Color

#253acb #cbb625

#253acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#253acb Color CSS Codes

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

#253acb Text Font Color

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

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


#253acb Background Color

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

This div background color is #253acb


#253acb Border Color

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

This div border color is #253acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,58,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253acb;
  -webkit-box-shadow: 1px 1px 3px 2px #253acb;
  box-shadow:         1px 1px 3px 2px #253acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253acb


Comments

No comments written yet.

Please login to write comment.