Color Hex Logo

#412beb Color Hex

#412BEB
(65,43,235)
0 Favorites   0 Comments

Color spaces of #412beb

RGB 6543235
HSL0.690.830.55
HSV247°82°92°
CMYK 0.720.820.00   0.08
XYZ18.03928.849779.3547
Yxy8.84970.16980.0833
Hunter Lab29.748456.1811-137.3336
CIE-Lab35.693364.5242-90.8578

#412beb color RGB value is (65,43,235).

#412beb hex color red value is 65, green value is 43 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #412beb hue: 0.69 , saturation: 0.83 and the lightness value of 412beb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101011 11101011
Octal 101 53 353
Decimal 65 43 235
Hex 41 2B EB

RGB Percentages of Color #412beb

%18.95
%12.54
%68.51

CMYK Percentages of Color #412beb

%72
%82
%0
%8

Triadic Colors of #412beb

#412beb #eb412b #2beb41

Analogous Colors of #412beb

#412beb #a12beb #2b75eb

Monochromatic Colors of #412beb

#412beb

Complementary Color

#412beb #d5eb2b

#412beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#412beb Color CSS Codes

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

#412beb Text Font Color

<p style="color:#412beb">Text here</p>

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


#412beb Background Color

<div style="background-color:#412beb">
Div content here</div>

This div background color is #412beb


#412beb Border Color

<div style="border:3px solid #412beb">
Div here</div>

This div border color is #412beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412beb


Comments

No comments written yet.

Please login to write comment.