Color Hex Logo

#4b36ca Color Hex

#4B36CA
(75,54,202)
0 Favorites   0 Comments

Color spaces of #4b36ca

RGB 7554202
HSL0.690.580.50
HSV249°73°79°
CMYK 0.630.730.00   0.21
XYZ14.88158.398556.7138
Yxy8.39850.18600.1050
Hunter Lab28.980240.9456-95.7436
CIE-Lab34.799450.5251-73.3334

#4b36ca color RGB value is (75,54,202).

#4b36ca hex color red value is 75, green value is 54 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4b36ca hue: 0.69 , saturation: 0.58 and the lightness value of 4b36ca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110110 11001010
Octal 113 66 312
Decimal 75 54 202
Hex 4B 36 CA

RGB Percentages of Color #4b36ca

%22.66
%16.31
%61.03

CMYK Percentages of Color #4b36ca

%63
%73
%0
%21

Triadic Colors of #4b36ca

#4b36ca #ca4b36 #36ca4b

Analogous Colors of #4b36ca

#4b36ca #9536ca #366bca

Monochromatic Colors of #4b36ca

#4b36ca

Complementary Color

#4b36ca #b5ca36

#4b36ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b36ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b36ca Color CSS Codes

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

#4b36ca Text Font Color

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

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


#4b36ca Background Color

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

This div background color is #4b36ca


#4b36ca Border Color

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

This div border color is #4b36ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b36ca


Comments

No comments written yet.

Please login to write comment.