Color Hex Logo

#1433ef Color Hex

#1433EF
(20,51,239)
0 Favorites   0 Comments

Color spaces of #1433ef

RGB 2051239
HSL0.640.870.51
HSV232°92°94°
CMYK 0.920.790.00   0.06
XYZ17.05238.748482.4512
Yxy8.74840.15750.0808
Hunter Lab29.577751.1489-144.5733
CIE-Lab35.495360.0391-93.5104

#1433ef color RGB value is (20,51,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 11101111
Octal 24 63 357
Decimal 20 51 239
Hex 14 33 EF

RGB Percentages of Color #1433ef

%6.45
%16.45
%77.10

CMYK Percentages of Color #1433ef

%92
%79
%0
%6

Triadic Colors of #1433ef

#1433ef #ef1433 #33ef14

Analogous Colors of #1433ef

#1433ef #6214ef #14a1ef

Monochromatic Colors of #1433ef

#1433ef

Complementary Color

#1433ef #efd014

#1433ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1433ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1433ef Color CSS Codes

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

#1433ef Text Font Color

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

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


#1433ef Background Color

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

This div background color is #1433ef


#1433ef Border Color

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

This div border color is #1433ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,51,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 #1433ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1433ef


Comments

No comments written yet.

Please login to write comment.