Color Hex Logo

#462cec Color Hex

#462CEC
(70,44,236)
0 Favorites   0 Comments

Color spaces of #462cec

RGB 7044236
HSL0.690.830.55
HSV248°81°93°
CMYK 0.700.810.00   0.07
XYZ18.56689.159680.1463
Yxy9.15960.17210.0849
Hunter Lab30.264856.5423-135.8244
CIE-Lab36.289864.7276-90.4258

#462cec color RGB value is (70,44,236).

#462cec hex color red value is 70, green value is 44 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #462cec hue: 0.69 , saturation: 0.83 and the lightness value of 462cec is 0.55.

The process color (four color CMYK) of #462cec color hex is 0.70, 0.81, 0.00, 0.07. Web safe color of #462cec is #3333ff. Color #462cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101100 11101100
Octal 106 54 354
Decimal 70 44 236
Hex 46 2C EC

RGB Percentages of Color #462cec

%20.00
%12.57
%67.43

CMYK Percentages of Color #462cec

%70
%81
%0
%7

Triadic Colors of #462cec

#462cec #ec462c #2cec46

Analogous Colors of #462cec

#462cec #a62cec #2c72ec

Monochromatic Colors of #462cec

#462cec

Complementary Color

#462cec #d2ec2c

#462cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#462cec Color CSS Codes

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

#462cec Text Font Color

<p style="color:#462cec">Text here</p>

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


#462cec Background Color

<div style="background-color:#462cec">
Div content here</div>

This div background color is #462cec


#462cec Border Color

<div style="border:3px solid #462cec">
Div here</div>

This div border color is #462cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,44,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462cec;
  -webkit-box-shadow: 1px 1px 3px 2px #462cec;
  box-shadow:         1px 1px 3px 2px #462cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,44,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 #462cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462cec


Comments

No comments written yet.

Please login to write comment.