Color Hex Logo

#712fbf Color Hex

#712FBF
(113,47,191)
0 Favorites   0 Comments

Color spaces of #712fbf

RGB 11347191
HSL0.740.610.47
HSV268°75°75°
CMYK 0.410.750.00   0.25
XYZ17.23059.305350.1782
Yxy9.30530.22460.1213
Hunter Lab30.504647.4426-76.1752
CIE-Lab36.565656.4047-63.8530

#712fbf color RGB value is (113,47,191).

#712fbf hex color red value is 113, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #712fbf hue: 0.74 , saturation: 0.61 and the lightness value of 712fbf is 0.47.

The process color (four color CMYK) of #712fbf color hex is 0.41, 0.75, 0.00, 0.25. Web safe color of #712fbf is #6633cc. Color #712fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 10111111
Octal 161 57 277
Decimal 113 47 191
Hex 71 2F BF

RGB Percentages of Color #712fbf

%32.19
%13.39
%54.42

CMYK Percentages of Color #712fbf

%41
%75
%0
%25

Triadic Colors of #712fbf

#712fbf #bf712f #2fbf71

Analogous Colors of #712fbf

#712fbf #b92fbf #2f35bf

Monochromatic Colors of #712fbf

#712fbf

Complementary Color

#712fbf #7dbf2f

#712fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fbf Color CSS Codes

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

#712fbf Text Font Color

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

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


#712fbf Background Color

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

This div background color is #712fbf


#712fbf Border Color

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

This div border color is #712fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,47,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 #712fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fbf


Comments

No comments written yet.

Please login to write comment.