Color Hex Logo

#7914cb Color Hex

#7914CB
(121,20,203)
0 Favorites   0 Comments

Color spaces of #7914cb

RGB 12120203
HSL0.760.820.44
HSV273°90°80°
CMYK 0.400.900.00   0.20
XYZ18.91488.877157.2164
Yxy8.87710.22250.1044
Hunter Lab29.794561.1791-93.0026
CIE-Lab35.746668.8703-72.1743

#7914cb color RGB value is (121,20,203).

#7914cb hex color red value is 121, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7914cb hue: 0.76 , saturation: 0.82 and the lightness value of 7914cb is 0.44.

The process color (four color CMYK) of #7914cb color hex is 0.40, 0.90, 0.00, 0.20. Web safe color of #7914cb is #6600cc. Color #7914cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010100 11001011
Octal 171 24 313
Decimal 121 20 203
Hex 79 14 CB

RGB Percentages of Color #7914cb

%35.17
%5.81
%59.01

CMYK Percentages of Color #7914cb

%40
%90
%0
%20

Triadic Colors of #7914cb

#7914cb #cb7914 #14cb79

Analogous Colors of #7914cb

#7914cb #cb14c2 #1e14cb

Monochromatic Colors of #7914cb

#7914cb

Complementary Color

#7914cb #66cb14

#7914cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7914cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7914cb Color CSS Codes

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

#7914cb Text Font Color

<p style="color:#7914cb">Text here</p>

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


#7914cb Background Color

<div style="background-color:#7914cb">
Div content here</div>

This div background color is #7914cb


#7914cb Border Color

<div style="border:3px solid #7914cb">
Div here</div>

This div border color is #7914cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,20,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7914cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7914cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7914cb;
  box-shadow:         1px 1px 3px 2px #7914cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,20,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7914cb


Comments

No comments written yet.

Please login to write comment.