Color Hex Logo

#7927cb Color Hex

#7927CB
(121,39,203)
1 Favorites   0 Comments

Color spaces of #7927cb

RGB 12139203
HSL0.750.680.47
HSV270°81°80°
CMYK 0.400.810.00   0.20
XYZ19.39029.827857.3749
Yxy9.82780.22390.1135
Hunter Lab31.349355.5446-86.5668
CIE-Lab37.531663.6018-69.2456

#7927cb color RGB value is (121,39,203).

#7927cb hex color red value is 121, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7927cb hue: 0.75 , saturation: 0.68 and the lightness value of 7927cb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100111 11001011
Octal 171 47 313
Decimal 121 39 203
Hex 79 27 CB

RGB Percentages of Color #7927cb

%33.33
%10.74
%55.92

CMYK Percentages of Color #7927cb

%40
%81
%0
%20

Triadic Colors of #7927cb

#7927cb #cb7927 #27cb79

Analogous Colors of #7927cb

#7927cb #cb27cb #2727cb

Monochromatic Colors of #7927cb

#7927cb

Complementary Color

#7927cb #79cb27

#7927cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7927cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7927cb Color CSS Codes

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

#7927cb Text Font Color

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

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


#7927cb Background Color

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

This div background color is #7927cb


#7927cb Border Color

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

This div border color is #7927cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,39,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 #7927cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7927cb


Comments

No comments written yet.

Please login to write comment.