Color Hex Logo

#430feb Color Hex

#430FEB
(67,15,235)
0 Favorites   0 Comments

Color spaces of #430feb

RGB 6715235
HSL0.710.880.49
HSV254°94°92°
CMYK 0.710.940.00   0.08
XYZ17.48107.533179.1299
Yxy7.53310.16790.0723
Hunter Lab27.446565.6574-151.7241
CIE-Lab32.991073.1773-95.3468

#430feb color RGB value is (67,15,235).

#430feb hex color red value is 67, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #430feb hue: 0.71 , saturation: 0.88 and the lightness value of 430feb is 0.49.

The process color (four color CMYK) of #430feb color hex is 0.71, 0.94, 0.00, 0.08. Web safe color of #430feb is #3300ff. Color #430feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00001111 11101011
Octal 103 17 353
Decimal 67 15 235
Hex 43 F EB

RGB Percentages of Color #430feb

%21.14
%4.73
%74.13

CMYK Percentages of Color #430feb

%71
%94
%0
%8

Triadic Colors of #430feb

#430feb #eb430f #0feb43

Analogous Colors of #430feb

#430feb #b10feb #0f49eb

Monochromatic Colors of #430feb

#430feb

Complementary Color

#430feb #b7eb0f

#430feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#430feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#430feb Color CSS Codes

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

#430feb Text Font Color

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

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


#430feb Background Color

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

This div background color is #430feb


#430feb Border Color

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

This div border color is #430feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #430feb


Comments

No comments written yet.

Please login to write comment.