Color Hex Logo

#430bcb Color Hex

#430BCB
(67,11,203)
0 Favorites   0 Comments

Color spaces of #430bcb

RGB 6711203
HSL0.720.900.42
HSV258°95°80°
CMYK 0.670.950.00   0.20
XYZ13.21395.744456.9122
Yxy5.74440.17420.0757
Hunter Lab23.967556.4687-124.0104
CIE-Lab28.758266.0971-83.9367

#430bcb color RGB value is (67,11,203).

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

The process color (four color CMYK) of #430bcb color hex is 0.67, 0.95, 0.00, 0.20. Web safe color of #430bcb is #3300cc. Color #430bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001011 11001011
Octal 103 13 313
Decimal 67 11 203
Hex 43 B CB

RGB Percentages of Color #430bcb

%23.84
%3.91
%72.24

CMYK Percentages of Color #430bcb

%67
%95
%0
%20

Triadic Colors of #430bcb

#430bcb #cb430b #0bcb43

Analogous Colors of #430bcb

#430bcb #a30bcb #0b33cb

Monochromatic Colors of #430bcb

#430bcb

Complementary Color

#430bcb #93cb0b

#430bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#430bcb Color CSS Codes

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

#430bcb Text Font Color

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

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


#430bcb Background Color

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

This div background color is #430bcb


#430bcb Border Color

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

This div border color is #430bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430bcb


Comments

No comments written yet.

Please login to write comment.