Color Hex Logo

#462ffc Color Hex

#462FFC
(70,47,252)
0 Favorites   0 Comments

Color spaces of #462ffc

RGB 7047252
HSL0.690.970.59
HSV247°81°99°
CMYK 0.720.810.00   0.01
XYZ21.113010.363492.9830
Yxy10.36340.16960.0833
Hunter Lab32.192260.7313-148.7167
CIE-Lab38.486967.9552-95.8053

#462ffc color RGB value is (70,47,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101111 11111100
Octal 106 57 374
Decimal 70 47 252
Hex 46 2F FC

RGB Percentages of Color #462ffc

%18.97
%12.74
%68.29

CMYK Percentages of Color #462ffc

%72
%81
%0
%1

Triadic Colors of #462ffc

#462ffc #fc462f #2ffc46

Analogous Colors of #462ffc

#462ffc #ad2ffc #2f7ffc

Monochromatic Colors of #462ffc

#462ffc

Complementary Color

#462ffc #e5fc2f

#462ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#462ffc Color CSS Codes

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

#462ffc Text Font Color

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

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


#462ffc Background Color

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

This div background color is #462ffc


#462ffc Border Color

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

This div border color is #462ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462ffc


Comments

No comments written yet.

Please login to write comment.