Color Hex Logo

#250cf6 Color Hex

#250CF6
(37,12,246)
0 Favorites   0 Comments

Color spaces of #250cf6

RGB 3712246
HSL0.680.930.51
HSV246°95°96°
CMYK 0.850.950.00   0.04
XYZ17.52907.310187.6759
Yxy7.31010.15580.0650
Hunter Lab27.037268.4116-173.3389
CIE-Lab32.502775.5420-102.4420

#250cf6 color RGB value is (37,12,246).

#250cf6 hex color red value is 37, green value is 12 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #250cf6 hue: 0.68 , saturation: 0.93 and the lightness value of 250cf6 is 0.51.

The process color (four color CMYK) of #250cf6 color hex is 0.85, 0.95, 0.00, 0.04. Web safe color of #250cf6 is #3300ff. Color #250cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001100 11110110
Octal 45 14 366
Decimal 37 12 246
Hex 25 C F6

RGB Percentages of Color #250cf6

%12.54
%4.07
%83.39

CMYK Percentages of Color #250cf6

%85
%95
%0
%4

Triadic Colors of #250cf6

#250cf6 #f6250c #0cf625

Analogous Colors of #250cf6

#250cf6 #9a0cf6 #0c68f6

Monochromatic Colors of #250cf6

#250cf6

Complementary Color

#250cf6 #ddf60c

#250cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250cf6 Color CSS Codes

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

#250cf6 Text Font Color

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

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


#250cf6 Background Color

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

This div background color is #250cf6


#250cf6 Border Color

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

This div border color is #250cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250cf6


Comments

No comments written yet.

Please login to write comment.