Color Hex Logo

#7367ce Color Hex

#7367CE
(115,103,206)
0 Favorites   0 Comments

Color spaces of #7367ce

RGB 115103206
HSL0.690.510.61
HSV247°50°81°
CMYK 0.440.500.00   0.19
XYZ23.061117.801660.6131
Yxy17.80160.22730.1754
Hunter Lab42.191923.7279-55.6419
CIE-Lab49.254630.5837-52.0172

#7367ce color RGB value is (115,103,206).

#7367ce hex color red value is 115, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7367ce hue: 0.69 , saturation: 0.51 and the lightness value of 7367ce is 0.61.

The process color (four color CMYK) of #7367ce color hex is 0.44, 0.50, 0.00, 0.19. Web safe color of #7367ce is #6666cc. Color #7367ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 11001110
Octal 163 147 316
Decimal 115 103 206
Hex 73 67 CE

RGB Percentages of Color #7367ce

%27.12
%24.29
%48.58

CMYK Percentages of Color #7367ce

%44
%50
%0
%19

Triadic Colors of #7367ce

#7367ce #ce7367 #67ce73

Analogous Colors of #7367ce

#7367ce #a767ce #678fce

Monochromatic Colors of #7367ce

#7367ce

Complementary Color

#7367ce #c2ce67

#7367ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7367ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7367ce Color CSS Codes

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

#7367ce Text Font Color

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

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


#7367ce Background Color

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

This div background color is #7367ce


#7367ce Border Color

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

This div border color is #7367ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7367ce


Comments

No comments written yet.

Please login to write comment.