Color Hex Logo

#4381b2 Color Hex

#4381B2
(67,129,178)
0 Favorites   0 Comments

Color spaces of #4381b2

RGB 67129178
HSL0.570.450.48
HSV206°62°70°
CMYK 0.620.280.00   0.30
XYZ18.200920.108245.0415
Yxy20.10820.21840.2412
Hunter Lab44.8422-6.0228-28.1640
CIE-Lab51.9593-4.7320-31.8498

#4381b2 color RGB value is (67,129,178).

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

The process color (four color CMYK) of #4381b2 color hex is 0.62, 0.28, 0.00, 0.30. Web safe color of #4381b2 is #339999. Color #4381b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 10110010
Octal 103 201 262
Decimal 67 129 178
Hex 43 81 B2

RGB Percentages of Color #4381b2

%17.91
%34.49
%47.59

CMYK Percentages of Color #4381b2

%62
%28
%0
%30

Triadic Colors of #4381b2

#4381b2 #b24381 #81b243

Analogous Colors of #4381b2

#4381b2 #434ab2 #43b2ac

Monochromatic Colors of #4381b2

#4381b2

Complementary Color

#4381b2 #b27443

#4381b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4381b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4381b2 Color CSS Codes

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

#4381b2 Text Font Color

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

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


#4381b2 Background Color

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

This div background color is #4381b2


#4381b2 Border Color

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

This div border color is #4381b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4381b2


Comments

No comments written yet.

Please login to write comment.