Color Hex Logo

#4935cd Color Hex

#4935CD
(73,53,205)
0 Favorites   0 Comments

Color spaces of #4935cd

RGB 7353205
HSL0.690.600.51
HSV248°74°80°
CMYK 0.640.740.00   0.20
XYZ15.04028.370558.5806
Yxy8.37050.18340.1021
Hunter Lab28.931842.1625-99.7970
CIE-Lab34.742951.7233-75.1774

#4935cd color RGB value is (73,53,205).

#4935cd hex color red value is 73, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4935cd hue: 0.69 , saturation: 0.60 and the lightness value of 4935cd is 0.51.

The process color (four color CMYK) of #4935cd color hex is 0.64, 0.74, 0.00, 0.20. Web safe color of #4935cd is #3333cc. Color #4935cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 11001101
Octal 111 65 315
Decimal 73 53 205
Hex 49 35 CD

RGB Percentages of Color #4935cd

%22.05
%16.01
%61.93

CMYK Percentages of Color #4935cd

%64
%74
%0
%20

Triadic Colors of #4935cd

#4935cd #cd4935 #35cd49

Analogous Colors of #4935cd

#4935cd #9535cd #356dcd

Monochromatic Colors of #4935cd

#4935cd

Complementary Color

#4935cd #b9cd35

#4935cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4935cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4935cd Color CSS Codes

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

#4935cd Text Font Color

<p style="color:#4935cd">Text here</p>

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


#4935cd Background Color

<div style="background-color:#4935cd">
Div content here</div>

This div background color is #4935cd


#4935cd Border Color

<div style="border:3px solid #4935cd">
Div here</div>

This div border color is #4935cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,53,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4935cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4935cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4935cd;
  box-shadow:         1px 1px 3px 2px #4935cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,53,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4935cd


Comments

No comments written yet.

Please login to write comment.