Color Hex Logo

#462efd Color Hex

#462EFD
(70,46,253)
0 Favorites   0 Comments

Color spaces of #462efd

RGB 7046253
HSL0.690.980.59
HSV247°82°99°
CMYK 0.720.820.00   0.01
XYZ21.232410.347993.8068
Yxy10.34790.16930.0825
Hunter Lab32.168261.5236-150.3802
CIE-Lab38.459768.6421-96.4109

#462efd color RGB value is (70,46,253).

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

The process color (four color CMYK) of #462efd color hex is 0.72, 0.82, 0.00, 0.01. Web safe color of #462efd is #3333ff. Color #462efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101110 11111101
Octal 106 56 375
Decimal 70 46 253
Hex 46 2E FD

RGB Percentages of Color #462efd

%18.97
%12.47
%68.56

CMYK Percentages of Color #462efd

%72
%82
%0
%1

Triadic Colors of #462efd

#462efd #fd462e #2efd46

Analogous Colors of #462efd

#462efd #ae2efd #2e7efd

Monochromatic Colors of #462efd

#462efd

Complementary Color

#462efd #e5fd2e

#462efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#462efd Color CSS Codes

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

#462efd Text Font Color

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

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


#462efd Background Color

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

This div background color is #462efd


#462efd Border Color

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

This div border color is #462efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462efd

Related Colors


Comments

No comments written yet.

Please login to write comment.