Color Hex Logo

#4348ef Color Hex

#4348EF
(67,72,239)
0 Favorites   0 Comments

Color spaces of #4348ef

RGB 6772239
HSL0.660.840.60
HSV238°72°94°
CMYK 0.720.700.00   0.06
XYZ20.212112.060082.9239
Yxy12.06000.17550.1047
Hunter Lab34.727543.1174-117.2661
CIE-Lab41.311351.4112-83.8305

#4348ef color RGB value is (67,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001000 11101111
Octal 103 110 357
Decimal 67 72 239
Hex 43 48 EF

RGB Percentages of Color #4348ef

%17.72
%19.05
%63.23

CMYK Percentages of Color #4348ef

%72
%70
%0
%6

Triadic Colors of #4348ef

#4348ef #ef4348 #48ef43

Analogous Colors of #4348ef

#4348ef #9443ef #439eef

Monochromatic Colors of #4348ef

#4348ef

Complementary Color

#4348ef #efea43

#4348ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4348ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4348ef Color CSS Codes

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

#4348ef Text Font Color

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

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


#4348ef Background Color

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

This div background color is #4348ef


#4348ef Border Color

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

This div border color is #4348ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4348ef


Comments

No comments written yet.

Please login to write comment.