Color Hex Logo

#0467de Color Hex

#0467DE
(4,103,222)
0 Favorites   0 Comments

Color spaces of #0467de

RGB 4103222
HSL0.590.960.44
HSV213°98°87°
CMYK 0.980.540.00   0.13
XYZ18.085115.000271.0494
Yxy15.00020.17370.1440
Hunter Lab38.730115.5733-81.6550
CIE-Lab45.634521.9178-67.2060

#0467de color RGB value is (4,103,222).

#0467de hex color red value is 4, green value is 103 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0467de hue: 0.59 , saturation: 0.96 and the lightness value of 0467de is 0.44.

The process color (four color CMYK) of #0467de color hex is 0.98, 0.54, 0.00, 0.13. Web safe color of #0467de is #0066cc. Color #0467de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100111 11011110
Octal 4 147 336
Decimal 4 103 222
Hex 4 67 DE

RGB Percentages of Color #0467de

%1.22
%31.31
%67.48

CMYK Percentages of Color #0467de

%98
%54
%0
%13

Triadic Colors of #0467de

#0467de #de0467 #67de04

Analogous Colors of #0467de

#0467de #0e04de #04d4de

Monochromatic Colors of #0467de

#0467de

Complementary Color

#0467de #de7b04

#0467de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0467de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0467de Color CSS Codes

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

#0467de Text Font Color

<p style="color:#0467de">Text here</p>

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


#0467de Background Color

<div style="background-color:#0467de">
Div content here</div>

This div background color is #0467de


#0467de Border Color

<div style="border:3px solid #0467de">
Div here</div>

This div border color is #0467de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,103,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0467de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0467de;
  -webkit-box-shadow: 1px 1px 3px 2px #0467de;
  box-shadow:         1px 1px 3px 2px #0467de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0467de


Comments

No comments written yet.

Please login to write comment.