Color Hex Logo

#4924ce Color Hex

#4924CE
(73,36,206)
0 Favorites   0 Comments

Color spaces of #4924ce

RGB 7336206
HSL0.700.700.47
HSV253°83°81°
CMYK 0.650.830.00   0.19
XYZ14.51917.134559.0044
Yxy7.13450.18000.0885
Hunter Lab26.710550.2844-112.2764
CIE-Lab32.111259.9067-80.1062

#4924ce color RGB value is (73,36,206).

#4924ce hex color red value is 73, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4924ce hue: 0.70 , saturation: 0.70 and the lightness value of 4924ce is 0.47.

The process color (four color CMYK) of #4924ce color hex is 0.65, 0.83, 0.00, 0.19. Web safe color of #4924ce is #3333cc. Color #4924ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 11001110
Octal 111 44 316
Decimal 73 36 206
Hex 49 24 CE

RGB Percentages of Color #4924ce

%23.17
%11.43
%65.40

CMYK Percentages of Color #4924ce

%65
%83
%0
%19

Triadic Colors of #4924ce

#4924ce #ce4924 #24ce49

Analogous Colors of #4924ce

#4924ce #9e24ce #2454ce

Monochromatic Colors of #4924ce

#4924ce

Complementary Color

#4924ce #a9ce24

#4924ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4924ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4924ce Color CSS Codes

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

#4924ce Text Font Color

<p style="color:#4924ce">Text here</p>

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


#4924ce Background Color

<div style="background-color:#4924ce">
Div content here</div>

This div background color is #4924ce


#4924ce Border Color

<div style="border:3px solid #4924ce">
Div here</div>

This div border color is #4924ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,36,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4924ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4924ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4924ce;
  box-shadow:         1px 1px 3px 2px #4924ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,36,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 #4924ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4924ce


Comments

No comments written yet.

Please login to write comment.