Color Hex Logo

#791bee Color Hex

#791BEE
(121,27,238)
0 Favorites   0 Comments

Color spaces of #791bee

RGB 12127238
HSL0.740.860.52
HSV267°89°93°
CMYK 0.490.890.00   0.07
XYZ23.709711.021981.7667
Yxy11.02190.20350.0946
Hunter Lab33.199269.3796-122.7864
CIE-Lab39.617375.0202-85.8975

#791bee color RGB value is (121,27,238).

#791bee hex color red value is 121, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #791bee hue: 0.74 , saturation: 0.86 and the lightness value of 791bee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011011 11101110
Octal 171 33 356
Decimal 121 27 238
Hex 79 1B EE

RGB Percentages of Color #791bee

%31.35
%6.99
%61.66

CMYK Percentages of Color #791bee

%49
%89
%0
%7

Triadic Colors of #791bee

#791bee #ee791b #1bee79

Analogous Colors of #791bee

#791bee #e31bee #1b27ee

Monochromatic Colors of #791bee

#791bee

Complementary Color

#791bee #90ee1b

#791bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#791bee Color CSS Codes

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

#791bee Text Font Color

<p style="color:#791bee">Text here</p>

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


#791bee Background Color

<div style="background-color:#791bee">
Div content here</div>

This div background color is #791bee


#791bee Border Color

<div style="border:3px solid #791bee">
Div here</div>

This div border color is #791bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,27,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #791bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #791bee;
  -webkit-box-shadow: 1px 1px 3px 2px #791bee;
  box-shadow:         1px 1px 3px 2px #791bee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791bee


Comments

No comments written yet.

Please login to write comment.