Color Hex Logo

#430fbd Color Hex

#430FBD
(67,15,189)
0 Favorites   0 Comments

Color spaces of #430fbd

RGB 6715189
HSL0.720.850.40
HSV258°92°74°
CMYK 0.650.920.00   0.26
XYZ11.67095.209148.5344
Yxy5.20910.17840.0796
Hunter Lab22.823551.3359-110.1046
CIE-Lab27.322461.7841-78.0839

#430fbd color RGB value is (67,15,189).

#430fbd hex color red value is 67, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #430fbd hue: 0.72 , saturation: 0.85 and the lightness value of 430fbd is 0.40.

The process color (four color CMYK) of #430fbd color hex is 0.65, 0.92, 0.00, 0.26. Web safe color of #430fbd is #3300cc. Color #430fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001111 10111101
Octal 103 17 275
Decimal 67 15 189
Hex 43 F BD

RGB Percentages of Color #430fbd

%24.72
%5.54
%69.74

CMYK Percentages of Color #430fbd

%65
%92
%0
%26

Triadic Colors of #430fbd

#430fbd #bd430f #0fbd43

Analogous Colors of #430fbd

#430fbd #9a0fbd #0f32bd

Monochromatic Colors of #430fbd

#430fbd

Complementary Color

#430fbd #89bd0f

#430fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#430fbd Color CSS Codes

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

#430fbd Text Font Color

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

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


#430fbd Background Color

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

This div background color is #430fbd


#430fbd Border Color

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

This div border color is #430fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430fbd


Comments

No comments written yet.

Please login to write comment.