Color Hex Logo

#413ceb Color Hex

#413CEB
(65,60,235)
0 Favorites   0 Comments

Color spaces of #413ceb

RGB 6560235
HSL0.670.810.58
HSV242°74°92°
CMYK 0.720.740.00   0.08
XYZ18.791210.353779.6053
Yxy10.35370.17280.0952
Hunter Lab32.177247.9325-124.1576
CIE-Lab38.469956.4947-86.2598

#413ceb color RGB value is (65,60,235).

#413ceb hex color red value is 65, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #413ceb hue: 0.67 , saturation: 0.81 and the lightness value of 413ceb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111100 11101011
Octal 101 74 353
Decimal 65 60 235
Hex 41 3C EB

RGB Percentages of Color #413ceb

%18.06
%16.67
%65.28

CMYK Percentages of Color #413ceb

%72
%74
%0
%8

Triadic Colors of #413ceb

#413ceb #eb413c #3ceb41

Analogous Colors of #413ceb

#413ceb #993ceb #3c8feb

Monochromatic Colors of #413ceb

#413ceb

Complementary Color

#413ceb #e6eb3c

#413ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#413ceb Color CSS Codes

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

#413ceb Text Font Color

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

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


#413ceb Background Color

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

This div background color is #413ceb


#413ceb Border Color

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

This div border color is #413ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413ceb


Comments

No comments written yet.

Please login to write comment.