Color Hex Logo

#7813bf Color Hex

#7813BF
(120,19,191)
0 Favorites   0 Comments

Color spaces of #7813bf

RGB 12019191
HSL0.760.820.41
HSV275°90°75°
CMYK 0.370.900.00   0.25
XYZ17.38268.220449.9607
Yxy8.22040.23000.1088
Hunter Lab28.671258.0451-83.2452
CIE-Lab34.437766.4066-67.2982

#7813bf color RGB value is (120,19,191).

#7813bf hex color red value is 120, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7813bf hue: 0.76 , saturation: 0.82 and the lightness value of 7813bf is 0.41.

The process color (four color CMYK) of #7813bf color hex is 0.37, 0.90, 0.00, 0.25. Web safe color of #7813bf is #6600cc. Color #7813bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 10111111
Octal 170 23 277
Decimal 120 19 191
Hex 78 13 BF

RGB Percentages of Color #7813bf

%36.36
%5.76
%57.88

CMYK Percentages of Color #7813bf

%37
%90
%0
%25

Triadic Colors of #7813bf

#7813bf #bf7813 #13bf78

Analogous Colors of #7813bf

#7813bf #bf13b0 #2213bf

Monochromatic Colors of #7813bf

#7813bf

Complementary Color

#7813bf #5abf13

#7813bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7813bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7813bf Color CSS Codes

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

#7813bf Text Font Color

<p style="color:#7813bf">Text here</p>

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


#7813bf Background Color

<div style="background-color:#7813bf">
Div content here</div>

This div background color is #7813bf


#7813bf Border Color

<div style="border:3px solid #7813bf">
Div here</div>

This div border color is #7813bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,19,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7813bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7813bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7813bf;
  box-shadow:         1px 1px 3px 2px #7813bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,19,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7813bf


Comments

No comments written yet.

Please login to write comment.