Color Hex Logo

#462ece Color Hex

#462ECE
(70,46,206)
0 Favorites   0 Comments

Color spaces of #462ece

RGB 7046206
HSL0.690.630.49
HSV249°78°81°
CMYK 0.660.780.00   0.19
XYZ14.64347.712359.1094
Yxy7.71230.17980.0947
Hunter Lab27.771045.5221-106.7564
CIE-Lab33.376455.2138-78.0215

#462ece color RGB value is (70,46,206).

#462ece hex color red value is 70, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #462ece hue: 0.69 , saturation: 0.63 and the lightness value of 462ece is 0.49.

The process color (four color CMYK) of #462ece color hex is 0.66, 0.78, 0.00, 0.19. Web safe color of #462ece is #3333cc. Color #462ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101110 11001110
Octal 106 56 316
Decimal 70 46 206
Hex 46 2E CE

RGB Percentages of Color #462ece

%21.74
%14.29
%63.98

CMYK Percentages of Color #462ece

%66
%78
%0
%19

Triadic Colors of #462ece

#462ece #ce462e #2ece46

Analogous Colors of #462ece

#462ece #962ece #2e66ce

Monochromatic Colors of #462ece

#462ece

Complementary Color

#462ece #b6ce2e

#462ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#462ece Color CSS Codes

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

#462ece Text Font Color

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

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


#462ece Background Color

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

This div background color is #462ece


#462ece Border Color

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

This div border color is #462ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,46,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462ece


Comments

No comments written yet.

Please login to write comment.