Color Hex Logo

#7c1bbd Color Hex

#7C1BBD
(124,27,189)
0 Favorites   0 Comments

Color spaces of #7c1bbd

RGB 12427189
HSL0.770.750.42
HSV276°86°74°
CMYK 0.340.860.00   0.26
XYZ17.88948.743148.8888
Yxy8.74310.23690.1158
Hunter Lab29.568756.2491-77.3317
CIE-Lab35.484964.6249-64.3816

#7c1bbd color RGB value is (124,27,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011011 10111101
Octal 174 33 275
Decimal 124 27 189
Hex 7C 1B BD

RGB Percentages of Color #7c1bbd

%36.47
%7.94
%55.59

CMYK Percentages of Color #7c1bbd

%34
%86
%0
%26

Triadic Colors of #7c1bbd

#7c1bbd #bd7c1b #1bbd7c

Analogous Colors of #7c1bbd

#7c1bbd #bd1bad #2b1bbd

Monochromatic Colors of #7c1bbd

#7c1bbd

Complementary Color

#7c1bbd #5cbd1b

#7c1bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1bbd Color CSS Codes

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

#7c1bbd Text Font Color

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

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


#7c1bbd Background Color

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

This div background color is #7c1bbd


#7c1bbd Border Color

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

This div border color is #7c1bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1bbd


Comments

No comments written yet.

Please login to write comment.