Color Hex Logo

#4381cb Color Hex

#4381CB
(67,129,203)
0 Favorites   0 Comments

Color spaces of #4381cb

RGB 67129203
HSL0.590.570.53
HSV213°67°80°
CMYK 0.670.360.00   0.20
XYZ20.944521.205659.4891
Yxy21.20560.20610.2086
Hunter Lab46.04950.5996-44.3591
CIE-Lab53.17383.8420-44.2366

#4381cb color RGB value is (67,129,203).

#4381cb hex color red value is 67, green value is 129 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4381cb hue: 0.59 , saturation: 0.57 and the lightness value of 4381cb is 0.53.

The process color (four color CMYK) of #4381cb color hex is 0.67, 0.36, 0.00, 0.20. Web safe color of #4381cb is #3399cc. Color #4381cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 11001011
Octal 103 201 313
Decimal 67 129 203
Hex 43 81 CB

RGB Percentages of Color #4381cb

%16.79
%32.33
%50.88

CMYK Percentages of Color #4381cb

%67
%36
%0
%20

Triadic Colors of #4381cb

#4381cb #cb4381 #81cb43

Analogous Colors of #4381cb

#4381cb #4943cb #43c5cb

Monochromatic Colors of #4381cb

#4381cb

Complementary Color

#4381cb #cb8d43

#4381cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4381cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4381cb Color CSS Codes

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

#4381cb Text Font Color

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

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


#4381cb Background Color

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

This div background color is #4381cb


#4381cb Border Color

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

This div border color is #4381cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4381cb


Comments

No comments written yet.

Please login to write comment.