Color Hex Logo

#7165dc Color Hex

#7165DC
(113,101,220)
0 Favorites   0 Comments

Color spaces of #7165dc

RGB 113101220
HSL0.680.630.63
HSV246°54°86°
CMYK 0.490.540.00   0.14
XYZ24.382017.985469.8966
Yxy17.98540.21720.1602
Hunter Lab42.409228.4076-68.0322
CIE-Lab49.478435.4629-59.6352

#7165dc color RGB value is (113,101,220).

#7165dc hex color red value is 113, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7165dc hue: 0.68 , saturation: 0.63 and the lightness value of 7165dc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 11011100
Octal 161 145 334
Decimal 113 101 220
Hex 71 65 DC

RGB Percentages of Color #7165dc

%26.04
%23.27
%50.69

CMYK Percentages of Color #7165dc

%49
%54
%0
%14

Triadic Colors of #7165dc

#7165dc #dc7165 #65dc71

Analogous Colors of #7165dc

#7165dc #ad65dc #6595dc

Monochromatic Colors of #7165dc

#7165dc

Complementary Color

#7165dc #d0dc65

#7165dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7165dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7165dc Color CSS Codes

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

#7165dc Text Font Color

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

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


#7165dc Background Color

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

This div background color is #7165dc


#7165dc Border Color

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

This div border color is #7165dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7165dc


Comments

No comments written yet.

Please login to write comment.