Color Hex Logo

#7365dc Color Hex

#7365DC
(115,101,220)
0 Favorites   0 Comments

Color spaces of #7365dc

RGB 115101220
HSL0.690.630.63
HSV247°54°86°
CMYK 0.480.540.00   0.14
XYZ24.642218.119569.9088
Yxy18.11950.21870.1608
Hunter Lab42.567028.8421-67.5765
CIE-Lab49.640735.8894-59.3653

#7365dc color RGB value is (115,101,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 11011100
Octal 163 145 334
Decimal 115 101 220
Hex 73 65 DC

RGB Percentages of Color #7365dc

%26.38
%23.17
%50.46

CMYK Percentages of Color #7365dc

%48
%54
%0
%14

Triadic Colors of #7365dc

#7365dc #dc7365 #65dc73

Analogous Colors of #7365dc

#7365dc #af65dc #6593dc

Monochromatic Colors of #7365dc

#7365dc

Complementary Color

#7365dc #cedc65

#7365dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7365dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7365dc Color CSS Codes

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

#7365dc Text Font Color

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

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


#7365dc Background Color

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

This div background color is #7365dc


#7365dc Border Color

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

This div border color is #7365dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7365dc


Comments

No comments written yet.

Please login to write comment.