Color Hex Logo

#1941ef Color Hex

#1941EF
(25,65,239)
0 Favorites   0 Comments

Color spaces of #1941ef

RGB 2565239
HSL0.640.870.52
HSV229°90°94°
CMYK 0.900.730.00   0.06
XYZ17.871210.219382.6920
Yxy10.21930.16130.0922
Hunter Lab31.967643.8453-130.9905
CIE-Lab38.233252.6817-88.9672

#1941ef color RGB value is (25,65,239).

#1941ef hex color red value is 25, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1941ef hue: 0.64 , saturation: 0.87 and the lightness value of 1941ef is 0.52.

The process color (four color CMYK) of #1941ef color hex is 0.90, 0.73, 0.00, 0.06. Web safe color of #1941ef is #0033ff. Color #1941ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000001 11101111
Octal 31 101 357
Decimal 25 65 239
Hex 19 41 EF

RGB Percentages of Color #1941ef

%7.60
%19.76
%72.64

CMYK Percentages of Color #1941ef

%90
%73
%0
%6

Triadic Colors of #1941ef

#1941ef #ef1941 #41ef19

Analogous Colors of #1941ef

#1941ef #5c19ef #19acef

Monochromatic Colors of #1941ef

#1941ef

Complementary Color

#1941ef #efc719

#1941ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1941ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1941ef Color CSS Codes

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

#1941ef Text Font Color

<p style="color:#1941ef">Text here</p>

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


#1941ef Background Color

<div style="background-color:#1941ef">
Div content here</div>

This div background color is #1941ef


#1941ef Border Color

<div style="border:3px solid #1941ef">
Div here</div>

This div border color is #1941ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,65,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1941ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1941ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1941ef;
  box-shadow:         1px 1px 3px 2px #1941ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,65,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1941ef


Comments

No comments written yet.

Please login to write comment.