Color Hex Logo

#250cbd Color Hex

#250CBD
(37,12,189)
0 Favorites   0 Comments

Color spaces of #250cbd

RGB 3712189
HSL0.690.880.39
HSV248°94°74°
CMYK 0.800.940.00   0.26
XYZ10.07974.330448.4487
Yxy4.33040.16040.0689
Hunter Lab20.809650.0445-123.4716
CIE-Lab24.735061.0864-82.4550

#250cbd color RGB value is (37,12,189).

#250cbd hex color red value is 37, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #250cbd hue: 0.69 , saturation: 0.88 and the lightness value of 250cbd is 0.39.

The process color (four color CMYK) of #250cbd color hex is 0.80, 0.94, 0.00, 0.26. Web safe color of #250cbd is #3300cc. Color #250cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001100 10111101
Octal 45 14 275
Decimal 37 12 189
Hex 25 C BD

RGB Percentages of Color #250cbd

%15.55
%5.04
%79.41

CMYK Percentages of Color #250cbd

%80
%94
%0
%26

Triadic Colors of #250cbd

#250cbd #bd250c #0cbd25

Analogous Colors of #250cbd

#250cbd #7e0cbd #0c4cbd

Monochromatic Colors of #250cbd

#250cbd

Complementary Color

#250cbd #a4bd0c

#250cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#250cbd Color CSS Codes

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

#250cbd Text Font Color

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

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


#250cbd Background Color

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

This div background color is #250cbd


#250cbd Border Color

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

This div border color is #250cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250cbd


Comments

No comments written yet.

Please login to write comment.