Color Hex Logo

#410ceb Color Hex

#410CEB
(65,12,235)
0 Favorites   0 Comments

Color spaces of #410ceb

RGB 6512235
HSL0.710.900.48
HSV254°95°92°
CMYK 0.720.950.00   0.08
XYZ17.30687.384979.1105
Yxy7.38490.16670.0711
Hunter Lab27.175266.1231-153.5784
CIE-Lab32.667673.6236-95.8897

#410ceb color RGB value is (65,12,235).

#410ceb hex color red value is 65, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #410ceb hue: 0.71 , saturation: 0.90 and the lightness value of 410ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001100 11101011
Octal 101 14 353
Decimal 65 12 235
Hex 41 C EB

RGB Percentages of Color #410ceb

%20.83
%3.85
%75.32

CMYK Percentages of Color #410ceb

%72
%95
%0
%8

Triadic Colors of #410ceb

#410ceb #eb410c #0ceb41

Analogous Colors of #410ceb

#410ceb #b10ceb #0c46eb

Monochromatic Colors of #410ceb

#410ceb

Complementary Color

#410ceb #b6eb0c

#410ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#410ceb Color CSS Codes

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

#410ceb Text Font Color

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

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


#410ceb Background Color

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

This div background color is #410ceb


#410ceb Border Color

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

This div border color is #410ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410ceb


Comments

No comments written yet.

Please login to write comment.