Color Hex Logo

#4130cd Color Hex

#4130CD
(65,48,205)
0 Favorites   0 Comments

Color spaces of #4130cd

RGB 6548205
HSL0.680.620.50
HSV246°77°80°
CMYK 0.680.770.00   0.20
XYZ14.25647.645558.4819
Yxy7.64550.17740.0951
Hunter Lab27.650543.6450-106.0454
CIE-Lab33.233453.4476-77.6886

#4130cd color RGB value is (65,48,205).

#4130cd hex color red value is 65, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4130cd hue: 0.68 , saturation: 0.62 and the lightness value of 4130cd is 0.50.

The process color (four color CMYK) of #4130cd color hex is 0.68, 0.77, 0.00, 0.20. Web safe color of #4130cd is #3333cc. Color #4130cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 11001101
Octal 101 60 315
Decimal 65 48 205
Hex 41 30 CD

RGB Percentages of Color #4130cd

%20.44
%15.09
%64.47

CMYK Percentages of Color #4130cd

%68
%77
%0
%20

Triadic Colors of #4130cd

#4130cd #cd4130 #30cd41

Analogous Colors of #4130cd

#4130cd #9030cd #306ecd

Monochromatic Colors of #4130cd

#4130cd

Complementary Color

#4130cd #bccd30

#4130cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4130cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4130cd Color CSS Codes

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

#4130cd Text Font Color

<p style="color:#4130cd">Text here</p>

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


#4130cd Background Color

<div style="background-color:#4130cd">
Div content here</div>

This div background color is #4130cd


#4130cd Border Color

<div style="border:3px solid #4130cd">
Div here</div>

This div border color is #4130cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,48,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4130cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4130cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4130cd;
  box-shadow:         1px 1px 3px 2px #4130cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4130cd


Comments

No comments written yet.

Please login to write comment.