Color Hex Logo

#4a26ce Color Hex

#4A26CE
(74,38,206)
0 Favorites   0 Comments

Color spaces of #4a26ce

RGB 7438206
HSL0.700.690.48
HSV253°82°81°
CMYK 0.640.820.00   0.19
XYZ14.65777.298359.0287
Yxy7.29830.18100.0901
Hunter Lab27.015449.5717-110.6382
CIE-Lab32.476659.1795-79.4986

#4a26ce color RGB value is (74,38,206).

#4a26ce hex color red value is 74, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4a26ce hue: 0.70 , saturation: 0.69 and the lightness value of 4a26ce is 0.48.

The process color (four color CMYK) of #4a26ce color hex is 0.64, 0.82, 0.00, 0.19. Web safe color of #4a26ce is #3333cc. Color #4a26ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100110 11001110
Octal 112 46 316
Decimal 74 38 206
Hex 4A 26 CE

RGB Percentages of Color #4a26ce

%23.27
%11.95
%64.78

CMYK Percentages of Color #4a26ce

%64
%82
%0
%19

Triadic Colors of #4a26ce

#4a26ce #ce4a26 #26ce4a

Analogous Colors of #4a26ce

#4a26ce #9e26ce #2656ce

Monochromatic Colors of #4a26ce

#4a26ce

Complementary Color

#4a26ce #aace26

#4a26ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a26ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a26ce Color CSS Codes

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

#4a26ce Text Font Color

<p style="color:#4a26ce">Text here</p>

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


#4a26ce Background Color

<div style="background-color:#4a26ce">
Div content here</div>

This div background color is #4a26ce


#4a26ce Border Color

<div style="border:3px solid #4a26ce">
Div here</div>

This div border color is #4a26ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,38,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a26ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a26ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4a26ce;
  box-shadow:         1px 1px 3px 2px #4a26ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a26ce


Comments

No comments written yet.

Please login to write comment.