Color Hex Logo

#4c30ca Color Hex

#4C30CA
(76,48,202)
0 Favorites   0 Comments

Color spaces of #4c30ca

RGB 7648202
HSL0.700.620.49
HSV251°76°79°
CMYK 0.620.760.00   0.21
XYZ14.69817.914756.6301
Yxy7.91470.18550.0999
Hunter Lab28.133144.0243-99.6539
CIE-Lab33.804653.7014-74.9694

#4c30ca color RGB value is (76,48,202).

#4c30ca hex color red value is 76, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4c30ca hue: 0.70 , saturation: 0.62 and the lightness value of 4c30ca is 0.49.

The process color (four color CMYK) of #4c30ca color hex is 0.62, 0.76, 0.00, 0.21. Web safe color of #4c30ca is #3333cc. Color #4c30ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110000 11001010
Octal 114 60 312
Decimal 76 48 202
Hex 4C 30 CA

RGB Percentages of Color #4c30ca

%23.31
%14.72
%61.96

CMYK Percentages of Color #4c30ca

%62
%76
%0
%21

Triadic Colors of #4c30ca

#4c30ca #ca4c30 #30ca4c

Analogous Colors of #4c30ca

#4c30ca #9930ca #3061ca

Monochromatic Colors of #4c30ca

#4c30ca

Complementary Color

#4c30ca #aeca30

#4c30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c30ca Color CSS Codes

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

#4c30ca Text Font Color

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

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


#4c30ca Background Color

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

This div background color is #4c30ca


#4c30ca Border Color

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

This div border color is #4c30ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,48,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c30ca


Comments

No comments written yet.

Please login to write comment.