Color Hex Logo

#4340bc Color Hex

#4340BC
(67,64,188)
0 Favorites   0 Comments

Color spaces of #4340bc

RGB 6764188
HSL0.670.490.49
HSV241°66°74°
CMYK 0.640.660.00   0.26
XYZ13.22528.490948.5188
Yxy8.49090.18830.1209
Hunter Lab29.139130.0211-78.3248
CIE-Lab34.985039.3314-64.8561

#4340bc color RGB value is (67,64,188).

#4340bc hex color red value is 67, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4340bc hue: 0.67 , saturation: 0.49 and the lightness value of 4340bc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000000 10111100
Octal 103 100 274
Decimal 67 64 188
Hex 43 40 BC

RGB Percentages of Color #4340bc

%21.00
%20.06
%58.93

CMYK Percentages of Color #4340bc

%64
%66
%0
%26

Triadic Colors of #4340bc

#4340bc #bc4340 #40bc43

Analogous Colors of #4340bc

#4340bc #8140bc #407bbc

Monochromatic Colors of #4340bc

#4340bc

Complementary Color

#4340bc #b9bc40

#4340bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4340bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4340bc Color CSS Codes

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

#4340bc Text Font Color

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

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


#4340bc Background Color

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

This div background color is #4340bc


#4340bc Border Color

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

This div border color is #4340bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4340bc


Comments

No comments written yet.

Please login to write comment.