Color Hex Logo

#413efc Color Hex

#413EFC
(65,62,252)
0 Favorites   0 Comments

Color spaces of #413efc

RGB 6562252
HSL0.670.970.62
HSV241°75°99°
CMYK 0.740.750.00   0.01
XYZ21.473311.597393.2022
Yxy11.59730.17010.0918
Hunter Lab34.054852.9575-138.4282
CIE-Lab40.568860.6943-92.3648

#413efc color RGB value is (65,62,252).

#413efc hex color red value is 65, green value is 62 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #413efc hue: 0.67 , saturation: 0.97 and the lightness value of 413efc is 0.62.

The process color (four color CMYK) of #413efc color hex is 0.74, 0.75, 0.00, 0.01. Web safe color of #413efc is #3333ff. Color #413efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111110 11111100
Octal 101 76 374
Decimal 65 62 252
Hex 41 3E FC

RGB Percentages of Color #413efc

%17.15
%16.36
%66.49

CMYK Percentages of Color #413efc

%74
%75
%0
%1

Triadic Colors of #413efc

#413efc #fc413e #3efc41

Analogous Colors of #413efc

#413efc #a03efc #3e9afc

Monochromatic Colors of #413efc

#413efc

Complementary Color

#413efc #f9fc3e

#413efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#413efc Color CSS Codes

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

#413efc Text Font Color

<p style="color:#413efc">Text here</p>

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


#413efc Background Color

<div style="background-color:#413efc">
Div content here</div>

This div background color is #413efc


#413efc Border Color

<div style="border:3px solid #413efc">
Div here</div>

This div border color is #413efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,62,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413efc;
  -webkit-box-shadow: 1px 1px 3px 2px #413efc;
  box-shadow:         1px 1px 3px 2px #413efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,62,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 #413efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413efc

Related Colors


Comments

No comments written yet.

Please login to write comment.