Color Hex Logo

#7148be Color Hex

#7148BE
(113,72,190)
0 Favorites   0 Comments

Color spaces of #7148be

RGB 11372190
HSL0.720.480.51
HSV261°62°75°
CMYK 0.410.620.00   0.25
XYZ18.421711.863150.0341
Yxy11.86310.22940.1477
Hunter Lab34.442935.1954-62.0188
CIE-Lab40.997743.6771-56.0634

#7148be color RGB value is (113,72,190).

#7148be hex color red value is 113, green value is 72 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7148be hue: 0.72 , saturation: 0.48 and the lightness value of 7148be is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001000 10111110
Octal 161 110 276
Decimal 113 72 190
Hex 71 48 BE

RGB Percentages of Color #7148be

%30.13
%19.20
%50.67

CMYK Percentages of Color #7148be

%41
%62
%0
%25

Triadic Colors of #7148be

#7148be #be7148 #48be71

Analogous Colors of #7148be

#7148be #ac48be #485abe

Monochromatic Colors of #7148be

#7148be

Complementary Color

#7148be #95be48

#7148be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7148be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7148be Color CSS Codes

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

#7148be Text Font Color

<p style="color:#7148be">Text here</p>

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


#7148be Background Color

<div style="background-color:#7148be">
Div content here</div>

This div background color is #7148be


#7148be Border Color

<div style="border:3px solid #7148be">
Div here</div>

This div border color is #7148be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,72,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7148be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7148be;
  -webkit-box-shadow: 1px 1px 3px 2px #7148be;
  box-shadow:         1px 1px 3px 2px #7148be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7148be


Comments

No comments written yet.

Please login to write comment.