Color Hex Logo

#250fca Color Hex

#250FCA
(37,15,202)
0 Favorites   0 Comments

Color spaces of #250fca

RGB 3715202
HSL0.690.860.43
HSV247°93°79°
CMYK 0.820.930.00   0.21
XYZ11.59444.999256.2310
Yxy4.99920.15920.0686
Hunter Lab22.358953.4347-133.4589
CIE-Lab26.732563.7825-86.7840

#250fca color RGB value is (37,15,202).

#250fca hex color red value is 37, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #250fca hue: 0.69 , saturation: 0.86 and the lightness value of 250fca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001111 11001010
Octal 45 17 312
Decimal 37 15 202
Hex 25 F CA

RGB Percentages of Color #250fca

%14.57
%5.91
%79.53

CMYK Percentages of Color #250fca

%82
%93
%0
%21

Triadic Colors of #250fca

#250fca #ca250f #0fca25

Analogous Colors of #250fca

#250fca #830fca #0f56ca

Monochromatic Colors of #250fca

#250fca

Complementary Color

#250fca #b4ca0f

#250fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#250fca Color CSS Codes

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

#250fca Text Font Color

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

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


#250fca Background Color

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

This div background color is #250fca


#250fca Border Color

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

This div border color is #250fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250fca


Comments

No comments written yet.

Please login to write comment.