Color Hex Logo

#4369ef Color Hex

#4369EF
(67,105,239)
0 Favorites   0 Comments

Color spaces of #4369ef

RGB 67105239
HSL0.630.840.60
HSV227°72°94°
CMYK 0.720.560.00   0.06
XYZ22.946317.528483.8353
Yxy17.52840.18460.1410
Hunter Lab41.866924.5646-89.4168
CIE-Lab48.919031.5117-71.3804

#4369ef color RGB value is (67,105,239).

#4369ef hex color red value is 67, green value is 105 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4369ef hue: 0.63 , saturation: 0.84 and the lightness value of 4369ef is 0.60.

The process color (four color CMYK) of #4369ef color hex is 0.72, 0.56, 0.00, 0.06. Web safe color of #4369ef is #3366ff. Color #4369ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01101001 11101111
Octal 103 151 357
Decimal 67 105 239
Hex 43 69 EF

RGB Percentages of Color #4369ef

%16.30
%25.55
%58.15

CMYK Percentages of Color #4369ef

%72
%56
%0
%6

Triadic Colors of #4369ef

#4369ef #ef4369 #69ef43

Analogous Colors of #4369ef

#4369ef #7343ef #43bfef

Monochromatic Colors of #4369ef

#4369ef

Complementary Color

#4369ef #efc943

#4369ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4369ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4369ef Color CSS Codes

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

#4369ef Text Font Color

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

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


#4369ef Background Color

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

This div background color is #4369ef


#4369ef Border Color

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

This div border color is #4369ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4369ef


Comments

No comments written yet.

Please login to write comment.