Color Hex Logo

#4117dc Color Hex

#4117DC
(65,23,220)
0 Favorites   0 Comments

Color spaces of #4117dc

RGB 6523220
HSL0.700.810.48
HSV253°90°86°
CMYK 0.700.900.00   0.14
XYZ15.40466.903968.2308
Yxy6.90390.17010.0763
Hunter Lab26.275358.6688-135.5697
CIE-Lab31.587167.4924-89.1006

#4117dc color RGB value is (65,23,220).

#4117dc hex color red value is 65, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4117dc hue: 0.70 , saturation: 0.81 and the lightness value of 4117dc is 0.48.

The process color (four color CMYK) of #4117dc color hex is 0.70, 0.90, 0.00, 0.14. Web safe color of #4117dc is #3300cc. Color #4117dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 11011100
Octal 101 27 334
Decimal 65 23 220
Hex 41 17 DC

RGB Percentages of Color #4117dc

%21.10
%7.47
%71.43

CMYK Percentages of Color #4117dc

%70
%90
%0
%14

Triadic Colors of #4117dc

#4117dc #dc4117 #17dc41

Analogous Colors of #4117dc

#4117dc #a417dc #174fdc

Monochromatic Colors of #4117dc

#4117dc

Complementary Color

#4117dc #b2dc17

#4117dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4117dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4117dc Color CSS Codes

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

#4117dc Text Font Color

<p style="color:#4117dc">Text here</p>

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


#4117dc Background Color

<div style="background-color:#4117dc">
Div content here</div>

This div background color is #4117dc


#4117dc Border Color

<div style="border:3px solid #4117dc">
Div here</div>

This div border color is #4117dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4117dc


Comments

No comments written yet.

Please login to write comment.