Color Hex Logo

#250acb Color Hex

#250ACB
(37,10,203)
0 Favorites   0 Comments

Color spaces of #250acb

RGB 3710203
HSL0.690.910.42
HSV248°95°80°
CMYK 0.820.950.00   0.20
XYZ11.65104.922256.8359
Yxy4.92220.15870.0671
Hunter Lab22.186054.9138-136.3582
CIE-Lab26.512065.1359-87.7375

#250acb color RGB value is (37,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 11001011
Octal 45 12 313
Decimal 37 10 203
Hex 25 A CB

RGB Percentages of Color #250acb

%14.80
%4.00
%81.20

CMYK Percentages of Color #250acb

%82
%95
%0
%20

Triadic Colors of #250acb

#250acb #cb250a #0acb25

Analogous Colors of #250acb

#250acb #860acb #0a4fcb

Monochromatic Colors of #250acb

#250acb

Complementary Color

#250acb #b0cb0a

#250acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#250acb Color CSS Codes

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

#250acb Text Font Color

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

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


#250acb Background Color

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

This div background color is #250acb


#250acb Border Color

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

This div border color is #250acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,10,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 #250acb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250acb


Comments

No comments written yet.

Please login to write comment.