Color Hex Logo

#4f36bc Color Hex

#4F36BC
(79,54,188)
0 Favorites   0 Comments

Color spaces of #4f36bc

RGB 7954188
HSL0.700.550.47
HSV251°71°74°
CMYK 0.580.710.00   0.26
XYZ13.62077.931448.3900
Yxy7.93140.19470.1134
Hunter Lab28.162737.0454-82.1598
CIE-Lab33.839646.8259-66.6956

#4f36bc color RGB value is (79,54,188).

#4f36bc hex color red value is 79, green value is 54 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4f36bc hue: 0.70 , saturation: 0.55 and the lightness value of 4f36bc is 0.47.

The process color (four color CMYK) of #4f36bc color hex is 0.58, 0.71, 0.00, 0.26. Web safe color of #4f36bc is #6633cc. Color #4f36bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110110 10111100
Octal 117 66 274
Decimal 79 54 188
Hex 4F 36 BC

RGB Percentages of Color #4f36bc

%24.61
%16.82
%58.57

CMYK Percentages of Color #4f36bc

%58
%71
%0
%26

Triadic Colors of #4f36bc

#4f36bc #bc4f36 #36bc4f

Analogous Colors of #4f36bc

#4f36bc #9236bc #3660bc

Monochromatic Colors of #4f36bc

#4f36bc

Complementary Color

#4f36bc #a3bc36

#4f36bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f36bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f36bc Color CSS Codes

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

#4f36bc Text Font Color

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

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


#4f36bc Background Color

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

This div background color is #4f36bc


#4f36bc Border Color

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

This div border color is #4f36bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,54,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f36bc


Comments

No comments written yet.

Please login to write comment.