Color Hex Logo

#013fee Color Hex

#013FEE
(1,63,238)
0 Favorites   0 Comments

Color spaces of #013fee

RGB 163238
HSL0.620.990.47
HSV224°100°93°
CMYK 1.000.740.00   0.07
XYZ17.22269.734581.8601
Yxy9.73450.15830.0895
Hunter Lab31.200243.9324-133.7195
CIE-Lab37.361652.9301-89.8559

#013fee color RGB value is (1,63,238).

#013fee hex color red value is 1, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #013fee hue: 0.62 , saturation: 0.99 and the lightness value of 013fee is 0.47.

The process color (four color CMYK) of #013fee color hex is 1.00, 0.74, 0.00, 0.07. Web safe color of #013fee is #0033ff. Color #013fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111111 11101110
Octal 1 77 356
Decimal 1 63 238
Hex 1 3F EE

RGB Percentages of Color #013fee

%0.33
%20.86
%78.81

CMYK Percentages of Color #013fee

%100
%74
%0
%7

Triadic Colors of #013fee

#013fee #ee013f #3fee01

Analogous Colors of #013fee

#013fee #3a01ee #01b6ee

Monochromatic Colors of #013fee

#013fee

Complementary Color

#013fee #eeb001

#013fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#013fee Color CSS Codes

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

#013fee Text Font Color

<p style="color:#013fee">Text here</p>

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


#013fee Background Color

<div style="background-color:#013fee">
Div content here</div>

This div background color is #013fee


#013fee Border Color

<div style="border:3px solid #013fee">
Div here</div>

This div border color is #013fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,63,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013fee;
  -webkit-box-shadow: 1px 1px 3px 2px #013fee;
  box-shadow:         1px 1px 3px 2px #013fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,63,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013fee


Comments

No comments written yet.

Please login to write comment.