Color Hex Logo

#4c13cd Color Hex

#4C13CD
(76,19,205)
0 Favorites   0 Comments

Color spaces of #4c13cd

RGB 7619205
HSL0.720.830.44
HSV258°91°80°
CMYK 0.630.910.00   0.20
XYZ14.23286.410058.2447
Yxy6.41000.18040.0813
Hunter Lab25.318056.0394-118.6757
CIE-Lab30.424265.4098-82.3120

#4c13cd color RGB value is (76,19,205).

#4c13cd hex color red value is 76, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4c13cd hue: 0.72 , saturation: 0.83 and the lightness value of 4c13cd is 0.44.

The process color (four color CMYK) of #4c13cd color hex is 0.63, 0.91, 0.00, 0.20. Web safe color of #4c13cd is #3300cc. Color #4c13cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010011 11001101
Octal 114 23 315
Decimal 76 19 205
Hex 4C 13 CD

RGB Percentages of Color #4c13cd

%25.33
%6.33
%68.33

CMYK Percentages of Color #4c13cd

%63
%91
%0
%20

Triadic Colors of #4c13cd

#4c13cd #cd4c13 #13cd4c

Analogous Colors of #4c13cd

#4c13cd #a913cd #1337cd

Monochromatic Colors of #4c13cd

#4c13cd

Complementary Color

#4c13cd #94cd13

#4c13cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c13cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c13cd Color CSS Codes

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

#4c13cd Text Font Color

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

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


#4c13cd Background Color

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

This div background color is #4c13cd


#4c13cd Border Color

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

This div border color is #4c13cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,19,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c13cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c13cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4c13cd;
  box-shadow:         1px 1px 3px 2px #4c13cd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c13cd


Comments

No comments written yet.

Please login to write comment.