Color Hex Logo

#4128dc Color Hex

#4128DC
(65,40,220)
0 Favorites   0 Comments

Color spaces of #4128dc

RGB 6540220
HSL0.690.720.51
HSV248°82°86°
CMYK 0.700.820.00   0.14
XYZ15.85707.808768.3816
Yxy7.80870.17230.0848
Hunter Lab27.944152.3887-125.5271
CIE-Lab33.581361.5399-85.7884

#4128dc color RGB value is (65,40,220).

#4128dc hex color red value is 65, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4128dc hue: 0.69 , saturation: 0.72 and the lightness value of 4128dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101000 11011100
Octal 101 50 334
Decimal 65 40 220
Hex 41 28 DC

RGB Percentages of Color #4128dc

%20.00
%12.31
%67.69

CMYK Percentages of Color #4128dc

%70
%82
%0
%14

Triadic Colors of #4128dc

#4128dc #dc4128 #28dc41

Analogous Colors of #4128dc

#4128dc #9b28dc #2869dc

Monochromatic Colors of #4128dc

#4128dc

Complementary Color

#4128dc #c3dc28

#4128dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4128dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4128dc Color CSS Codes

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

#4128dc Text Font Color

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

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


#4128dc Background Color

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

This div background color is #4128dc


#4128dc Border Color

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

This div border color is #4128dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4128dc


Comments

No comments written yet.

Please login to write comment.