Color Hex Logo

#7c1bdf Color Hex

#7C1BDF
(124,27,223)
0 Favorites   0 Comments

Color spaces of #7c1bdf

RGB 12427223
HSL0.750.780.49
HSV270°88°87°
CMYK 0.440.880.00   0.13
XYZ22.023410.396770.6580
Yxy10.39670.21370.1009
Hunter Lab32.243965.4931-107.3550
CIE-Lab38.545271.9953-79.1097

#7c1bdf color RGB value is (124,27,223).

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

The process color (four color CMYK) of #7c1bdf color hex is 0.44, 0.88, 0.00, 0.13. Web safe color of #7c1bdf is #6633cc. Color #7c1bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011011 11011111
Octal 174 33 337
Decimal 124 27 223
Hex 7C 1B DF

RGB Percentages of Color #7c1bdf

%33.16
%7.22
%59.63

CMYK Percentages of Color #7c1bdf

%44
%88
%0
%13

Triadic Colors of #7c1bdf

#7c1bdf #df7c1b #1bdf7c

Analogous Colors of #7c1bdf

#7c1bdf #de1bdf #1b1cdf

Monochromatic Colors of #7c1bdf

#7c1bdf

Complementary Color

#7c1bdf #7edf1b

#7c1bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1bdf Color CSS Codes

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

#7c1bdf Text Font Color

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

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


#7c1bdf Background Color

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

This div background color is #7c1bdf


#7c1bdf Border Color

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

This div border color is #7c1bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1bdf


Comments

No comments written yet.

Please login to write comment.