Color Hex Logo

#7150cb Color Hex

#7150CB
(113,80,203)
0 Favorites   0 Comments

Color spaces of #7150cb

RGB 11380203
HSL0.710.540.55
HSV256°61°80°
CMYK 0.440.610.00   0.20
XYZ20.458213.559858.0390
Yxy13.55980.22220.1473
Hunter Lab36.823634.7283-67.6725
CIE-Lab43.594942.7746-59.4125

#7150cb color RGB value is (113,80,203).

#7150cb hex color red value is 113, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7150cb hue: 0.71 , saturation: 0.54 and the lightness value of 7150cb is 0.55.

The process color (four color CMYK) of #7150cb color hex is 0.44, 0.61, 0.00, 0.20. Web safe color of #7150cb is #6666cc. Color #7150cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 11001011
Octal 161 120 313
Decimal 113 80 203
Hex 71 50 CB

RGB Percentages of Color #7150cb

%28.54
%20.20
%51.26

CMYK Percentages of Color #7150cb

%44
%61
%0
%20

Triadic Colors of #7150cb

#7150cb #cb7150 #50cb71

Analogous Colors of #7150cb

#7150cb #af50cb #506dcb

Monochromatic Colors of #7150cb

#7150cb

Complementary Color

#7150cb #aacb50

#7150cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7150cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7150cb Color CSS Codes

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

#7150cb Text Font Color

<p style="color:#7150cb">Text here</p>

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


#7150cb Background Color

<div style="background-color:#7150cb">
Div content here</div>

This div background color is #7150cb


#7150cb Border Color

<div style="border:3px solid #7150cb">
Div here</div>

This div border color is #7150cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,80,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7150cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7150cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7150cb;
  box-shadow:         1px 1px 3px 2px #7150cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7150cb


Comments

No comments written yet.

Please login to write comment.