Color Hex Logo

#7c1bbf Color Hex

#7C1BBF
(124,27,191)
0 Favorites   0 Comments

Color spaces of #7c1bbf

RGB 12427191
HSL0.770.750.43
HSV275°86°75°
CMYK 0.350.860.00   0.25
XYZ18.10818.830550.0403
Yxy8.83050.23520.1147
Hunter Lab29.716256.7691-79.0396
CIE-Lab35.655965.0508-65.2798

#7c1bbf color RGB value is (124,27,191).

#7c1bbf hex color red value is 124, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7c1bbf hue: 0.77 , saturation: 0.75 and the lightness value of 7c1bbf is 0.43.

The process color (four color CMYK) of #7c1bbf color hex is 0.35, 0.86, 0.00, 0.25. Web safe color of #7c1bbf is #6633cc. Color #7c1bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011011 10111111
Octal 174 33 277
Decimal 124 27 191
Hex 7C 1B BF

RGB Percentages of Color #7c1bbf

%36.26
%7.89
%55.85

CMYK Percentages of Color #7c1bbf

%35
%86
%0
%25

Triadic Colors of #7c1bbf

#7c1bbf #bf7c1b #1bbf7c

Analogous Colors of #7c1bbf

#7c1bbf #bf1bb0 #2a1bbf

Monochromatic Colors of #7c1bbf

#7c1bbf

Complementary Color

#7c1bbf #5ebf1b

#7c1bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1bbf Color CSS Codes

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

#7c1bbf Text Font Color

<p style="color:#7c1bbf">Text here</p>

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


#7c1bbf Background Color

<div style="background-color:#7c1bbf">
Div content here</div>

This div background color is #7c1bbf


#7c1bbf Border Color

<div style="border:3px solid #7c1bbf">
Div here</div>

This div border color is #7c1bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,27,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c1bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c1bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #7c1bbf;
  box-shadow:         1px 1px 3px 2px #7c1bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,27,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1bbf


Comments

No comments written yet.

Please login to write comment.