Color Hex Logo

#4328ec Color Hex

#4328EC
(67,40,236)
0 Favorites   0 Comments

Color spaces of #4328ec

RGB 6740236
HSL0.690.840.54
HSV248°83°93°
CMYK 0.720.830.00   0.07
XYZ18.21398.767080.0891
Yxy8.76700.17010.0819
Hunter Lab29.609157.9874-139.6459
CIE-Lab35.531866.1451-91.6898

#4328ec color RGB value is (67,40,236).

#4328ec hex color red value is 67, green value is 40 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4328ec hue: 0.69 , saturation: 0.84 and the lightness value of 4328ec is 0.54.

The process color (four color CMYK) of #4328ec color hex is 0.72, 0.83, 0.00, 0.07. Web safe color of #4328ec is #3333ff. Color #4328ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00101000 11101100
Octal 103 50 354
Decimal 67 40 236
Hex 43 28 EC

RGB Percentages of Color #4328ec

%19.53
%11.66
%68.80

CMYK Percentages of Color #4328ec

%72
%83
%0
%7

Triadic Colors of #4328ec

#4328ec #ec4328 #28ec43

Analogous Colors of #4328ec

#4328ec #a528ec #286fec

Monochromatic Colors of #4328ec

#4328ec

Complementary Color

#4328ec #d1ec28

#4328ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4328ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4328ec Color CSS Codes

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

#4328ec Text Font Color

<p style="color:#4328ec">Text here</p>

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


#4328ec Background Color

<div style="background-color:#4328ec">
Div content here</div>

This div background color is #4328ec


#4328ec Border Color

<div style="border:3px solid #4328ec">
Div here</div>

This div border color is #4328ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,40,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4328ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4328ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4328ec;
  box-shadow:         1px 1px 3px 2px #4328ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4328ec


Comments

No comments written yet.

Please login to write comment.