Color Hex Logo

#4b3cca Color Hex

#4B3CCA
(75,60,202)
0 Favorites   0 Comments

Color spaces of #4b3cca

RGB 7560202
HSL0.680.570.51
HSV246°70°79°
CMYK 0.630.700.00   0.21
XYZ15.17828.991856.8127
Yxy8.99180.18740.1110
Hunter Lab29.986337.8754-91.3416
CIE-Lab35.968547.2650-71.4112

#4b3cca color RGB value is (75,60,202).

#4b3cca hex color red value is 75, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4b3cca hue: 0.68 , saturation: 0.57 and the lightness value of 4b3cca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111100 11001010
Octal 113 74 312
Decimal 75 60 202
Hex 4B 3C CA

RGB Percentages of Color #4b3cca

%22.26
%17.80
%59.94

CMYK Percentages of Color #4b3cca

%63
%70
%0
%21

Triadic Colors of #4b3cca

#4b3cca #ca4b3c #3cca4b

Analogous Colors of #4b3cca

#4b3cca #923cca #3c74ca

Monochromatic Colors of #4b3cca

#4b3cca

Complementary Color

#4b3cca #bbca3c

#4b3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3cca Color CSS Codes

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

#4b3cca Text Font Color

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

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


#4b3cca Background Color

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

This div background color is #4b3cca


#4b3cca Border Color

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

This div border color is #4b3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3cca


Comments

No comments written yet.

Please login to write comment.