Color Hex Logo

#410cbd Color Hex

#410CBD
(65,12,189)
0 Favorites   0 Comments

Color spaces of #410cbd

RGB 6512189
HSL0.720.880.39
HSV258°94°74°
CMYK 0.660.940.00   0.26
XYZ11.49685.060948.5150
Yxy5.06090.17670.0778
Hunter Lab22.496451.8536-112.1151
CIE-Lab26.907662.3301-78.7787

#410cbd color RGB value is (65,12,189).

#410cbd hex color red value is 65, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #410cbd hue: 0.72 , saturation: 0.88 and the lightness value of 410cbd is 0.39.

The process color (four color CMYK) of #410cbd color hex is 0.66, 0.94, 0.00, 0.26. Web safe color of #410cbd is #3300cc. Color #410cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001100 10111101
Octal 101 14 275
Decimal 65 12 189
Hex 41 C BD

RGB Percentages of Color #410cbd

%24.44
%4.51
%71.05

CMYK Percentages of Color #410cbd

%66
%94
%0
%26

Triadic Colors of #410cbd

#410cbd #bd410c #0cbd41

Analogous Colors of #410cbd

#410cbd #9a0cbd #0c30bd

Monochromatic Colors of #410cbd

#410cbd

Complementary Color

#410cbd #88bd0c

#410cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#410cbd Color CSS Codes

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

#410cbd Text Font Color

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

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


#410cbd Background Color

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

This div background color is #410cbd


#410cbd Border Color

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

This div border color is #410cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410cbd


Comments

No comments written yet.

Please login to write comment.