Color Hex Logo

#7213bf Color Hex

#7213BF
(114,19,191)
0 Favorites   0 Comments

Color spaces of #7213bf

RGB 11419191
HSL0.760.820.41
HSV273°90°75°
CMYK 0.400.900.00   0.25
XYZ16.57637.804749.9230
Yxy7.80470.22310.1050
Hunter Lab27.936957.0231-86.3949
CIE-Lab33.572865.6770-68.7507

#7213bf color RGB value is (114,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010011 10111111
Octal 162 23 277
Decimal 114 19 191
Hex 72 13 BF

RGB Percentages of Color #7213bf

%35.19
%5.86
%58.95

CMYK Percentages of Color #7213bf

%40
%90
%0
%25

Triadic Colors of #7213bf

#7213bf #bf7213 #13bf72

Analogous Colors of #7213bf

#7213bf #bf13b6 #1c13bf

Monochromatic Colors of #7213bf

#7213bf

Complementary Color

#7213bf #60bf13

#7213bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7213bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7213bf Color CSS Codes

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

#7213bf Text Font Color

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

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


#7213bf Background Color

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

This div background color is #7213bf


#7213bf Border Color

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

This div border color is #7213bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #7213bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7213bf


Comments

No comments written yet.

Please login to write comment.