Color Hex Logo

#7140ce Color Hex

#7140CE
(113,64,206)
0 Favorites   0 Comments

Color spaces of #7140ce

RGB 11364206
HSL0.720.590.53
HSV261°69°81°
CMYK 0.450.690.00   0.19
XYZ19.784011.633759.5953
Yxy11.63370.21740.1278
Hunter Lab34.108243.8471-79.7182
CIE-Lab40.627952.2348-65.9647

#7140ce color RGB value is (113,64,206).

#7140ce hex color red value is 113, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7140ce hue: 0.72 , saturation: 0.59 and the lightness value of 7140ce is 0.53.

The process color (four color CMYK) of #7140ce color hex is 0.45, 0.69, 0.00, 0.19. Web safe color of #7140ce is #6633cc. Color #7140ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 11001110
Octal 161 100 316
Decimal 113 64 206
Hex 71 40 CE

RGB Percentages of Color #7140ce

%29.50
%16.71
%53.79

CMYK Percentages of Color #7140ce

%45
%69
%0
%19

Triadic Colors of #7140ce

#7140ce #ce7140 #40ce71

Analogous Colors of #7140ce

#7140ce #b840ce #4056ce

Monochromatic Colors of #7140ce

#7140ce

Complementary Color

#7140ce #9dce40

#7140ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7140ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7140ce Color CSS Codes

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

#7140ce Text Font Color

<p style="color:#7140ce">Text here</p>

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


#7140ce Background Color

<div style="background-color:#7140ce">
Div content here</div>

This div background color is #7140ce


#7140ce Border Color

<div style="border:3px solid #7140ce">
Div here</div>

This div border color is #7140ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,64,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7140ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7140ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7140ce;
  box-shadow:         1px 1px 3px 2px #7140ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7140ce


Comments

No comments written yet.

Please login to write comment.