Color Hex Logo

#4381bc Color Hex

#4381BC
(67,129,188)
0 Favorites   0 Comments

Color spaces of #4381bc

RGB 67129188
HSL0.580.470.50
HSV209°64°74°
CMYK 0.640.310.00   0.26
XYZ19.242120.524650.5244
Yxy20.52460.21310.2273
Hunter Lab45.3041-3.4675-34.4090
CIE-Lab52.4252-1.3462-36.8633

#4381bc color RGB value is (67,129,188).

#4381bc hex color red value is 67, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4381bc hue: 0.58 , saturation: 0.47 and the lightness value of 4381bc is 0.50.

The process color (four color CMYK) of #4381bc color hex is 0.64, 0.31, 0.00, 0.26. Web safe color of #4381bc is #3399cc. Color #4381bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 10111100
Octal 103 201 274
Decimal 67 129 188
Hex 43 81 BC

RGB Percentages of Color #4381bc

%17.45
%33.59
%48.96

CMYK Percentages of Color #4381bc

%64
%31
%0
%26

Triadic Colors of #4381bc

#4381bc #bc4381 #81bc43

Analogous Colors of #4381bc

#4381bc #4344bc #43bcbb

Monochromatic Colors of #4381bc

#4381bc

Complementary Color

#4381bc #bc7e43

#4381bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4381bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4381bc Color CSS Codes

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

#4381bc Text Font Color

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

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


#4381bc Background Color

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

This div background color is #4381bc


#4381bc Border Color

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

This div border color is #4381bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4381bc


Comments

No comments written yet.

Please login to write comment.