Color Hex Logo

#250cea Color Hex

#250CEA
(37,12,234)
0 Favorites   0 Comments

Color spaces of #250cea

RGB 3712234
HSL0.690.900.48
HSV247°95°92°
CMYK 0.840.950.00   0.08
XYZ15.74576.596878.2853
Yxy6.59680.15650.0656
Hunter Lab25.684264.4819-162.7364
CIE-Lab30.870872.5774-98.3602

#250cea color RGB value is (37,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001100 11101010
Octal 45 14 352
Decimal 37 12 234
Hex 25 C EA

RGB Percentages of Color #250cea

%13.07
%4.24
%82.69

CMYK Percentages of Color #250cea

%84
%95
%0
%8

Triadic Colors of #250cea

#250cea #ea250c #0cea25

Analogous Colors of #250cea

#250cea #940cea #0c62ea

Monochromatic Colors of #250cea

#250cea

Complementary Color

#250cea #d1ea0c

#250cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#250cea Color CSS Codes

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

#250cea Text Font Color

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

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


#250cea Background Color

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

This div background color is #250cea


#250cea Border Color

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

This div border color is #250cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250cea


Comments

No comments written yet.

Please login to write comment.