Color Hex Logo

#7128bf Color Hex

#7128BF
(113,40,191)
0 Favorites   0 Comments

Color spaces of #7128bf

RGB 11340191
HSL0.750.650.45
HSV269°79°75°
CMYK 0.410.790.00   0.25
XYZ16.97288.789950.0923
Yxy8.78990.22380.1159
Hunter Lab29.647850.3044-79.4218
CIE-Lab35.576659.2497-65.4700

#7128bf color RGB value is (113,40,191).

#7128bf hex color red value is 113, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7128bf hue: 0.75 , saturation: 0.65 and the lightness value of 7128bf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 10111111
Octal 161 50 277
Decimal 113 40 191
Hex 71 28 BF

RGB Percentages of Color #7128bf

%32.85
%11.63
%55.52

CMYK Percentages of Color #7128bf

%41
%79
%0
%25

Triadic Colors of #7128bf

#7128bf #bf7128 #28bf71

Analogous Colors of #7128bf

#7128bf #bd28bf #282bbf

Monochromatic Colors of #7128bf

#7128bf

Complementary Color

#7128bf #76bf28

#7128bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7128bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7128bf Color CSS Codes

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

#7128bf Text Font Color

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

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


#7128bf Background Color

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

This div background color is #7128bf


#7128bf Border Color

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

This div border color is #7128bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7128bf


Comments

No comments written yet.

Please login to write comment.