Color Hex Logo

#4c0fbe Color Hex

#4C0FBE
(76,15,190)
0 Favorites   0 Comments

Color spaces of #4c0fbe

RGB 7615190
HSL0.720.850.40
HSV261°92°75°
CMYK 0.600.920.00   0.25
XYZ12.44565.595949.1394
Yxy5.59590.18530.0833
Hunter Lab23.655752.5142-106.6029
CIE-Lab28.369262.6534-76.9113

#4c0fbe color RGB value is (76,15,190).

#4c0fbe hex color red value is 76, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4c0fbe hue: 0.72 , saturation: 0.85 and the lightness value of 4c0fbe is 0.40.

The process color (four color CMYK) of #4c0fbe color hex is 0.60, 0.92, 0.00, 0.25. Web safe color of #4c0fbe is #3300cc. Color #4c0fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00001111 10111110
Octal 114 17 276
Decimal 76 15 190
Hex 4C F BE

RGB Percentages of Color #4c0fbe

%27.05
%5.34
%67.62

CMYK Percentages of Color #4c0fbe

%60
%92
%0
%25

Triadic Colors of #4c0fbe

#4c0fbe #be4c0f #0fbe4c

Analogous Colors of #4c0fbe

#4c0fbe #a40fbe #0f29be

Monochromatic Colors of #4c0fbe

#4c0fbe

Complementary Color

#4c0fbe #81be0f

#4c0fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0fbe Color CSS Codes

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

#4c0fbe Text Font Color

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

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


#4c0fbe Background Color

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

This div background color is #4c0fbe


#4c0fbe Border Color

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

This div border color is #4c0fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0fbe


Comments

No comments written yet.

Please login to write comment.