Color Hex Logo

#712bfa Color Hex

#712BFA
(113,43,250)
0 Favorites   0 Comments

Color spaces of #712bfa

RGB 11343250
HSL0.720.950.57
HSV260°83°98°
CMYK 0.550.830.00   0.02
XYZ24.929212.140691.4719
Yxy12.14060.19390.0944
Hunter Lab34.843466.7346-131.2596
CIE-Lab41.438772.4758-89.6825

#712bfa color RGB value is (113,43,250).

#712bfa hex color red value is 113, green value is 43 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #712bfa hue: 0.72 , saturation: 0.95 and the lightness value of 712bfa is 0.57.

The process color (four color CMYK) of #712bfa color hex is 0.55, 0.83, 0.00, 0.02. Web safe color of #712bfa is #6633ff. Color #712bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 11111010
Octal 161 53 372
Decimal 113 43 250
Hex 71 2B FA

RGB Percentages of Color #712bfa

%27.83
%10.59
%61.58

CMYK Percentages of Color #712bfa

%55
%83
%0
%2

Triadic Colors of #712bfa

#712bfa #fa712b #2bfa71

Analogous Colors of #712bfa

#712bfa #d92bfa #2b4dfa

Monochromatic Colors of #712bfa

#712bfa

Complementary Color

#712bfa #b4fa2b

#712bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bfa Color CSS Codes

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

#712bfa Text Font Color

<p style="color:#712bfa">Text here</p>

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


#712bfa Background Color

<div style="background-color:#712bfa">
Div content here</div>

This div background color is #712bfa


#712bfa Border Color

<div style="border:3px solid #712bfa">
Div here</div>

This div border color is #712bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,43,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #712bfa;
  box-shadow:         1px 1px 3px 2px #712bfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,43,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bfa


Comments

No comments written yet.

Please login to write comment.