Color Hex Logo

#7115dc Color Hex

#7115DC
(113,21,220)
0 Favorites   0 Comments

Color spaces of #7115dc

RGB 11321220
HSL0.740.830.47
HSV268°90°86°
CMYK 0.490.900.00   0.14
XYZ19.99659.214368.4348
Yxy9.21430.20480.0944
Hunter Lab30.355164.4661-112.4194
CIE-Lab36.393771.5430-80.9838

#7115dc color RGB value is (113,21,220).

#7115dc hex color red value is 113, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7115dc hue: 0.74 , saturation: 0.83 and the lightness value of 7115dc is 0.47.

The process color (four color CMYK) of #7115dc color hex is 0.49, 0.90, 0.00, 0.14. Web safe color of #7115dc is #6600cc. Color #7115dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010101 11011100
Octal 161 25 334
Decimal 113 21 220
Hex 71 15 DC

RGB Percentages of Color #7115dc

%31.92
%5.93
%62.15

CMYK Percentages of Color #7115dc

%49
%90
%0
%14

Triadic Colors of #7115dc

#7115dc #dc7115 #15dc71

Analogous Colors of #7115dc

#7115dc #d515dc #151cdc

Monochromatic Colors of #7115dc

#7115dc

Complementary Color

#7115dc #80dc15

#7115dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7115dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7115dc Color CSS Codes

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

#7115dc Text Font Color

<p style="color:#7115dc">Text here</p>

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


#7115dc Background Color

<div style="background-color:#7115dc">
Div content here</div>

This div background color is #7115dc


#7115dc Border Color

<div style="border:3px solid #7115dc">
Div here</div>

This div border color is #7115dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,21,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7115dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7115dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7115dc;
  box-shadow:         1px 1px 3px 2px #7115dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7115dc


Comments

No comments written yet.

Please login to write comment.