Color Hex Logo

#7921ec Color Hex

#7921EC
(121,33,236)
0 Favorites   0 Comments

Color spaces of #7921ec

RGB 12133236
HSL0.740.840.53
HSV266°86°93°
CMYK 0.490.860.00   0.07
XYZ23.569311.208880.2782
Yxy11.20880.20490.0974
Hunter Lab33.479567.0732-118.7316
CIE-Lab39.929973.0503-84.2487

#7921ec color RGB value is (121,33,236).

#7921ec hex color red value is 121, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7921ec hue: 0.74 , saturation: 0.84 and the lightness value of 7921ec is 0.53.

The process color (four color CMYK) of #7921ec color hex is 0.49, 0.86, 0.00, 0.07. Web safe color of #7921ec is #6633ff. Color #7921ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100001 11101100
Octal 171 41 354
Decimal 121 33 236
Hex 79 21 EC

RGB Percentages of Color #7921ec

%31.03
%8.46
%60.51

CMYK Percentages of Color #7921ec

%49
%86
%0
%7

Triadic Colors of #7921ec

#7921ec #ec7921 #21ec79

Analogous Colors of #7921ec

#7921ec #df21ec #212fec

Monochromatic Colors of #7921ec

#7921ec

Complementary Color

#7921ec #94ec21

#7921ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7921ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7921ec Color CSS Codes

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

#7921ec Text Font Color

<p style="color:#7921ec">Text here</p>

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


#7921ec Background Color

<div style="background-color:#7921ec">
Div content here</div>

This div background color is #7921ec


#7921ec Border Color

<div style="border:3px solid #7921ec">
Div here</div>

This div border color is #7921ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,33,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7921ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7921ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7921ec;
  box-shadow:         1px 1px 3px 2px #7921ec; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7921ec


Comments

No comments written yet.

Please login to write comment.