Color Hex Logo

#7104dc Color Hex

#7104DC
(113,4,220)
0 Favorites   0 Comments

Color spaces of #7104dc

RGB 1134220
HSL0.750.960.44
HSV270°98°86°
CMYK 0.490.980.00   0.14
XYZ19.77178.764968.3598
Yxy8.76490.20400.0905
Hunter Lab29.605667.3992-116.1778
CIE-Lab35.527674.1573-82.4143

#7104dc color RGB value is (113,4,220).

#7104dc hex color red value is 113, green value is 4 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7104dc hue: 0.75 , saturation: 0.96 and the lightness value of 7104dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000100 11011100
Octal 161 4 334
Decimal 113 4 220
Hex 71 4 DC

RGB Percentages of Color #7104dc

%33.53
%1.19
%65.28

CMYK Percentages of Color #7104dc

%49
%98
%0
%14

Triadic Colors of #7104dc

#7104dc #dc7104 #04dc71

Analogous Colors of #7104dc

#7104dc #dc04db #0504dc

Monochromatic Colors of #7104dc

#7104dc

Complementary Color

#7104dc #6fdc04

#7104dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7104dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7104dc Color CSS Codes

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

#7104dc Text Font Color

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

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


#7104dc Background Color

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

This div background color is #7104dc


#7104dc Border Color

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

This div border color is #7104dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7104dc


Comments

No comments written yet.

Please login to write comment.