Color Hex Logo

#7b1fec Color Hex

#7B1FEC
(123,31,236)
0 Favorites   0 Comments

Color spaces of #7b1fec

RGB 12331236
HSL0.740.840.52
HSV267°87°93°
CMYK 0.480.870.00   0.07
XYZ23.798711.247180.2734
Yxy11.24710.20640.0975
Hunter Lab33.536767.9800-118.4408
CIE-Lab39.993673.7918-84.1354

#7b1fec color RGB value is (123,31,236).

#7b1fec hex color red value is 123, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7b1fec hue: 0.74 , saturation: 0.84 and the lightness value of 7b1fec is 0.52.

The process color (four color CMYK) of #7b1fec color hex is 0.48, 0.87, 0.00, 0.07. Web safe color of #7b1fec is #6633ff. Color #7b1fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011111 11101100
Octal 173 37 354
Decimal 123 31 236
Hex 7B 1F EC

RGB Percentages of Color #7b1fec

%31.54
%7.95
%60.51

CMYK Percentages of Color #7b1fec

%48
%87
%0
%7

Triadic Colors of #7b1fec

#7b1fec #ec7b1f #1fec7b

Analogous Colors of #7b1fec

#7b1fec #e21fec #1f2aec

Monochromatic Colors of #7b1fec

#7b1fec

Complementary Color

#7b1fec #90ec1f

#7b1fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1fec Color CSS Codes

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

#7b1fec Text Font Color

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

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


#7b1fec Background Color

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

This div background color is #7b1fec


#7b1fec Border Color

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

This div border color is #7b1fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,31,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b1fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b1fec;
  -webkit-box-shadow: 1px 1px 3px 2px #7b1fec;
  box-shadow:         1px 1px 3px 2px #7b1fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,31,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1fec


Comments

No comments written yet.

Please login to write comment.