Color Hex Logo

#4130cc Color Hex

#4130CC
(65,48,204)
0 Favorites   0 Comments

Color spaces of #4130cc

RGB 6548204
HSL0.680.620.49
HSV247°76°80°
CMYK 0.680.760.00   0.20
XYZ14.13607.597457.8481
Yxy7.59740.17760.0955
Hunter Lab27.563443.3086-105.1393
CIE-Lab33.129953.1436-77.2775

#4130cc color RGB value is (65,48,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 11001100
Octal 101 60 314
Decimal 65 48 204
Hex 41 30 CC

RGB Percentages of Color #4130cc

%20.50
%15.14
%64.35

CMYK Percentages of Color #4130cc

%68
%76
%0
%20

Triadic Colors of #4130cc

#4130cc #cc4130 #30cc41

Analogous Colors of #4130cc

#4130cc #8f30cc #306dcc

Monochromatic Colors of #4130cc

#4130cc

Complementary Color

#4130cc #bbcc30

#4130cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4130cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4130cc Color CSS Codes

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

#4130cc Text Font Color

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

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


#4130cc Background Color

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

This div background color is #4130cc


#4130cc Border Color

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

This div border color is #4130cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4130cc


Comments

No comments written yet.

Please login to write comment.