Color Hex Logo

#4381ef Color Hex

#4381EF
(67,129,239)
0 Favorites   0 Comments

Color spaces of #4381ef

RGB 67129239
HSL0.610.840.60
HSV218°72°94°
CMYK 0.720.460.00   0.06
XYZ25.745023.125884.7682
Yxy23.12580.19260.1730
Hunter Lab48.089311.4052-70.8495
CIE-Lab55.201716.6065-61.2257

#4381ef color RGB value is (67,129,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 11101111
Octal 103 201 357
Decimal 67 129 239
Hex 43 81 EF

RGB Percentages of Color #4381ef

%15.40
%29.66
%54.94

CMYK Percentages of Color #4381ef

%72
%46
%0
%6

Triadic Colors of #4381ef

#4381ef #ef4381 #81ef43

Analogous Colors of #4381ef

#4381ef #5b43ef #43d7ef

Monochromatic Colors of #4381ef

#4381ef

Complementary Color

#4381ef #efb143

#4381ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4381ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4381ef Color CSS Codes

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

#4381ef Text Font Color

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

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


#4381ef Background Color

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

This div background color is #4381ef


#4381ef Border Color

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

This div border color is #4381ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4381ef


Comments

No comments written yet.

Please login to write comment.