Color Hex Logo

#434efb Color Hex

#434EFB
(67,78,251)
0 Favorites   0 Comments

Color spaces of #434efb

RGB 6778251
HSL0.660.960.62
HSV236°73°98°
CMYK 0.730.690.00   0.02
XYZ22.451713.607192.7099
Yxy13.60710.17440.1057
Hunter Lab36.887844.0901-123.1917
CIE-Lab43.664151.9090-86.6932

#434efb color RGB value is (67,78,251).

#434efb hex color red value is 67, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #434efb hue: 0.66 , saturation: 0.96 and the lightness value of 434efb is 0.62.

The process color (four color CMYK) of #434efb color hex is 0.73, 0.69, 0.00, 0.02. Web safe color of #434efb is #3366ff. Color #434efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001110 11111011
Octal 103 116 373
Decimal 67 78 251
Hex 43 4E FB

RGB Percentages of Color #434efb

%16.92
%19.70
%63.38

CMYK Percentages of Color #434efb

%73
%69
%0
%2

Triadic Colors of #434efb

#434efb #fb434e #4efb43

Analogous Colors of #434efb

#434efb #9443fb #43aafb

Monochromatic Colors of #434efb

#434efb

Complementary Color

#434efb #fbf043

#434efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#434efb Color CSS Codes

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

#434efb Text Font Color

<p style="color:#434efb">Text here</p>

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


#434efb Background Color

<div style="background-color:#434efb">
Div content here</div>

This div background color is #434efb


#434efb Border Color

<div style="border:3px solid #434efb">
Div here</div>

This div border color is #434efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,78,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434efb;
  -webkit-box-shadow: 1px 1px 3px 2px #434efb;
  box-shadow:         1px 1px 3px 2px #434efb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434efb

Related Colors


Comments

No comments written yet.

Please login to write comment.