Color Hex Logo

#4126bc Color Hex

#4126BC
(65,38,188)
0 Favorites   0 Comments

Color spaces of #4126bc

RGB 6538188
HSL0.700.660.44
HSV251°80°74°
CMYK 0.650.800.00   0.26
XYZ11.95026.140948.1324
Yxy6.14090.18050.0927
Hunter Lab24.780842.7126-97.8138
CIE-Lab29.765253.2215-73.4492

#4126bc color RGB value is (65,38,188).

#4126bc hex color red value is 65, green value is 38 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4126bc hue: 0.70 , saturation: 0.66 and the lightness value of 4126bc is 0.44.

The process color (four color CMYK) of #4126bc color hex is 0.65, 0.80, 0.00, 0.26. Web safe color of #4126bc is #3333cc. Color #4126bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 10111100
Octal 101 46 274
Decimal 65 38 188
Hex 41 26 BC

RGB Percentages of Color #4126bc

%22.34
%13.06
%64.60

CMYK Percentages of Color #4126bc

%65
%80
%0
%26

Triadic Colors of #4126bc

#4126bc #bc4126 #26bc41

Analogous Colors of #4126bc

#4126bc #8c26bc #2656bc

Monochromatic Colors of #4126bc

#4126bc

Complementary Color

#4126bc #a1bc26

#4126bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4126bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4126bc Color CSS Codes

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

#4126bc Text Font Color

<p style="color:#4126bc">Text here</p>

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


#4126bc Background Color

<div style="background-color:#4126bc">
Div content here</div>

This div background color is #4126bc


#4126bc Border Color

<div style="border:3px solid #4126bc">
Div here</div>

This div border color is #4126bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,38,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4126bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4126bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4126bc;
  box-shadow:         1px 1px 3px 2px #4126bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4126bc


Comments

No comments written yet.

Please login to write comment.