Color Hex Logo

#413adc Color Hex

#413ADC
(65,58,220)
0 Favorites   0 Comments

Color spaces of #413adc

RGB 6558220
HSL0.670.700.55
HSV243°74°86°
CMYK 0.700.740.00   0.14
XYZ16.61139.317268.6330
Yxy9.31720.17570.0985
Hunter Lab30.524143.7231-111.9459
CIE-Lab36.588052.8770-80.8140

#413adc color RGB value is (65,58,220).

#413adc hex color red value is 65, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #413adc hue: 0.67 , saturation: 0.70 and the lightness value of 413adc is 0.55.

The process color (four color CMYK) of #413adc color hex is 0.70, 0.74, 0.00, 0.14. Web safe color of #413adc is #3333cc. Color #413adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 11011100
Octal 101 72 334
Decimal 65 58 220
Hex 41 3A DC

RGB Percentages of Color #413adc

%18.95
%16.91
%64.14

CMYK Percentages of Color #413adc

%70
%74
%0
%14

Triadic Colors of #413adc

#413adc #dc413a #3adc41

Analogous Colors of #413adc

#413adc #923adc #3a84dc

Monochromatic Colors of #413adc

#413adc

Complementary Color

#413adc #d5dc3a

#413adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#413adc Color CSS Codes

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

#413adc Text Font Color

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

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


#413adc Background Color

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

This div background color is #413adc


#413adc Border Color

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

This div border color is #413adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,58,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413adc


Comments

No comments written yet.

Please login to write comment.