Color Hex Logo

#0318ed Color Hex

#0318ED
(3,24,237)
0 Favorites   0 Comments

Color spaces of #0318ed

RGB 324237
HSL0.650.980.47
HSV235°99°93°
CMYK 0.990.900.00   0.07
XYZ15.65026.787180.6059
Yxy6.78710.15190.0659
Hunter Lab26.052161.6388-165.2087
CIE-Lab31.317270.0968-99.3437

#0318ed color RGB value is (3,24,237).

#0318ed hex color red value is 3, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0318ed hue: 0.65 , saturation: 0.98 and the lightness value of 0318ed is 0.47.

The process color (four color CMYK) of #0318ed color hex is 0.99, 0.90, 0.00, 0.07. Web safe color of #0318ed is #0000ff. Color #0318ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011000 11101101
Octal 3 30 355
Decimal 3 24 237
Hex 3 18 ED

RGB Percentages of Color #0318ed

%1.14
%9.09
%89.77

CMYK Percentages of Color #0318ed

%99
%90
%0
%7

Triadic Colors of #0318ed

#0318ed #ed0318 #18ed03

Analogous Colors of #0318ed

#0318ed #6303ed #038ded

Monochromatic Colors of #0318ed

#0318ed

Complementary Color

#0318ed #edd803

#0318ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0318ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0318ed Color CSS Codes

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

#0318ed Text Font Color

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

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


#0318ed Background Color

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

This div background color is #0318ed


#0318ed Border Color

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

This div border color is #0318ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,24,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 #0318ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0318ed


Comments

No comments written yet.

Please login to write comment.