Color Hex Logo

#4a27ce Color Hex

#4A27CE
(74,39,206)
0 Favorites   0 Comments

Color spaces of #4a27ce

RGB 7439206
HSL0.700.680.48
HSV253°81°81°
CMYK 0.640.810.00   0.19
XYZ14.69017.363159.0395
Yxy7.36310.18120.0908
Hunter Lab27.135049.1483-110.0067
CIE-Lab32.619658.7603-79.2619

#4a27ce color RGB value is (74,39,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100111 11001110
Octal 112 47 316
Decimal 74 39 206
Hex 4A 27 CE

RGB Percentages of Color #4a27ce

%23.20
%12.23
%64.58

CMYK Percentages of Color #4a27ce

%64
%81
%0
%19

Triadic Colors of #4a27ce

#4a27ce #ce4a27 #27ce4a

Analogous Colors of #4a27ce

#4a27ce #9e27ce #2758ce

Monochromatic Colors of #4a27ce

#4a27ce

Complementary Color

#4a27ce #abce27

#4a27ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a27ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a27ce Color CSS Codes

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

#4a27ce Text Font Color

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

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


#4a27ce Background Color

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

This div background color is #4a27ce


#4a27ce Border Color

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

This div border color is #4a27ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,39,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 #4a27ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a27ce


Comments

No comments written yet.

Please login to write comment.