Color Hex Logo

#4330eb Color Hex

#4330EB
(67,48,235)
0 Favorites   0 Comments

Color spaces of #4330eb

RGB 6748235
HSL0.680.820.55
HSV246°80°92°
CMYK 0.710.800.00   0.08
XYZ18.36719.305479.4253
Yxy9.30540.17150.0869
Hunter Lab30.504854.0926-133.0202
CIE-Lab36.565862.4941-89.4068

#4330eb color RGB value is (67,48,235).

#4330eb hex color red value is 67, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4330eb hue: 0.68 , saturation: 0.82 and the lightness value of 4330eb is 0.55.

The process color (four color CMYK) of #4330eb color hex is 0.71, 0.80, 0.00, 0.08. Web safe color of #4330eb is #3333ff. Color #4330eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110000 11101011
Octal 103 60 353
Decimal 67 48 235
Hex 43 30 EB

RGB Percentages of Color #4330eb

%19.14
%13.71
%67.14

CMYK Percentages of Color #4330eb

%71
%80
%0
%8

Triadic Colors of #4330eb

#4330eb #eb4330 #30eb43

Analogous Colors of #4330eb

#4330eb #a130eb #307beb

Monochromatic Colors of #4330eb

#4330eb

Complementary Color

#4330eb #d8eb30

#4330eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4330eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4330eb Color CSS Codes

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

#4330eb Text Font Color

<p style="color:#4330eb">Text here</p>

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


#4330eb Background Color

<div style="background-color:#4330eb">
Div content here</div>

This div background color is #4330eb


#4330eb Border Color

<div style="border:3px solid #4330eb">
Div here</div>

This div border color is #4330eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4330eb


Comments

No comments written yet.

Please login to write comment.