Color Hex Logo

#7146cb Color Hex

#7146CB
(113,70,203)
0 Favorites   0 Comments

Color spaces of #7146cb

RGB 11370203
HSL0.720.560.54
HSV259°66°80°
CMYK 0.440.660.00   0.20
XYZ19.779712.202857.8128
Yxy12.20280.22030.1359
Hunter Lab34.932539.9395-73.6714
CIE-Lab41.536648.2964-62.7503

#7146cb color RGB value is (113,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 11001011
Octal 161 106 313
Decimal 113 70 203
Hex 71 46 CB

RGB Percentages of Color #7146cb

%29.27
%18.13
%52.59

CMYK Percentages of Color #7146cb

%44
%66
%0
%20

Triadic Colors of #7146cb

#7146cb #cb7146 #46cb71

Analogous Colors of #7146cb

#7146cb #b446cb #465ecb

Monochromatic Colors of #7146cb

#7146cb

Complementary Color

#7146cb #a0cb46

#7146cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7146cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7146cb Color CSS Codes

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

#7146cb Text Font Color

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

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


#7146cb Background Color

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

This div background color is #7146cb


#7146cb Border Color

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

This div border color is #7146cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7146cb


Comments

No comments written yet.

Please login to write comment.