Color Hex Logo

#1427ed Color Hex

#1427ED
(20,39,237)
0 Favorites   0 Comments

Color spaces of #1427ed

RGB 2039237
HSL0.650.860.50
HSV235°92°93°
CMYK 0.920.840.00   0.07
XYZ16.30017.714280.7506
Yxy7.71420.15560.0736
Hunter Lab27.774456.1517-152.9359
CIE-Lab33.380464.9458-95.8946

#1427ed color RGB value is (20,39,237).

#1427ed hex color red value is 20, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1427ed hue: 0.65 , saturation: 0.86 and the lightness value of 1427ed is 0.50.

The process color (four color CMYK) of #1427ed color hex is 0.92, 0.84, 0.00, 0.07. Web safe color of #1427ed is #0033ff. Color #1427ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100111 11101101
Octal 24 47 355
Decimal 20 39 237
Hex 14 27 ED

RGB Percentages of Color #1427ed

%6.76
%13.18
%80.07

CMYK Percentages of Color #1427ed

%92
%84
%0
%7

Triadic Colors of #1427ed

#1427ed #ed1427 #27ed14

Analogous Colors of #1427ed

#1427ed #6e14ed #1494ed

Monochromatic Colors of #1427ed

#1427ed

Complementary Color

#1427ed #edda14

#1427ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1427ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1427ed Color CSS Codes

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

#1427ed Text Font Color

<p style="color:#1427ed">Text here</p>

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


#1427ed Background Color

<div style="background-color:#1427ed">
Div content here</div>

This div background color is #1427ed


#1427ed Border Color

<div style="border:3px solid #1427ed">
Div here</div>

This div border color is #1427ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,39,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1427ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1427ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1427ed;
  box-shadow:         1px 1px 3px 2px #1427ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,39,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1427ed


Comments

No comments written yet.

Please login to write comment.