Color Hex Logo

#4350bb Color Hex

#4350BB
(67,80,187)
0 Favorites   0 Comments

Color spaces of #4350bb

RGB 6780187
HSL0.650.470.50
HSV234°64°73°
CMYK 0.640.570.00   0.27
XYZ14.153010.518548.2980
Yxy10.51850.19400.1441
Hunter Lab32.432221.1386-65.5919
CIE-Lab38.757428.9936-58.1199

#4350bb color RGB value is (67,80,187).

#4350bb hex color red value is 67, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4350bb hue: 0.65 , saturation: 0.47 and the lightness value of 4350bb is 0.50.

The process color (four color CMYK) of #4350bb color hex is 0.64, 0.57, 0.00, 0.27. Web safe color of #4350bb is #3366cc. Color #4350bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010000 10111011
Octal 103 120 273
Decimal 67 80 187
Hex 43 50 BB

RGB Percentages of Color #4350bb

%20.06
%23.95
%55.99

CMYK Percentages of Color #4350bb

%64
%57
%0
%27

Triadic Colors of #4350bb

#4350bb #bb4350 #50bb43

Analogous Colors of #4350bb

#4350bb #7243bb #438cbb

Monochromatic Colors of #4350bb

#4350bb

Complementary Color

#4350bb #bbae43

#4350bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4350bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4350bb Color CSS Codes

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

#4350bb Text Font Color

<p style="color:#4350bb">Text here</p>

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


#4350bb Background Color

<div style="background-color:#4350bb">
Div content here</div>

This div background color is #4350bb


#4350bb Border Color

<div style="border:3px solid #4350bb">
Div here</div>

This div border color is #4350bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,80,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4350bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4350bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4350bb;
  box-shadow:         1px 1px 3px 2px #4350bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4350bb


Comments

No comments written yet.

Please login to write comment.