Color Hex Logo

#430bbb Color Hex

#430BBB
(67,11,187)
0 Favorites   0 Comments

Color spaces of #430bbb

RGB 6711187
HSL0.720.890.39
HSV259°94°73°
CMYK 0.640.940.00   0.27
XYZ11.40415.020547.3817
Yxy5.02050.17870.0787
Hunter Lab22.406551.6388-109.6927
CIE-Lab26.793162.1571-77.7773

#430bbb color RGB value is (67,11,187).

#430bbb hex color red value is 67, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #430bbb hue: 0.72 , saturation: 0.89 and the lightness value of 430bbb is 0.39.

The process color (four color CMYK) of #430bbb color hex is 0.64, 0.94, 0.00, 0.27. Web safe color of #430bbb is #3300cc. Color #430bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001011 10111011
Octal 103 13 273
Decimal 67 11 187
Hex 43 B BB

RGB Percentages of Color #430bbb

%25.28
%4.15
%70.57

CMYK Percentages of Color #430bbb

%64
%94
%0
%27

Triadic Colors of #430bbb

#430bbb #bb430b #0bbb43

Analogous Colors of #430bbb

#430bbb #9b0bbb #0b2bbb

Monochromatic Colors of #430bbb

#430bbb

Complementary Color

#430bbb #83bb0b

#430bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#430bbb Color CSS Codes

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

#430bbb Text Font Color

<p style="color:#430bbb">Text here</p>

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


#430bbb Background Color

<div style="background-color:#430bbb">
Div content here</div>

This div background color is #430bbb


#430bbb Border Color

<div style="border:3px solid #430bbb">
Div here</div>

This div border color is #430bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430bbb


Comments

No comments written yet.

Please login to write comment.