Color Hex Logo

#7368cf Color Hex

#7368CF
(115,104,207)
0 Favorites   0 Comments

Color spaces of #7368cf

RGB 115104207
HSL0.680.520.61
HSV246°50°81°
CMYK 0.440.500.00   0.19
XYZ23.283018.050561.2884
Yxy18.05050.22690.1759
Hunter Lab42.485923.4708-55.7892
CIE-Lab49.557330.2759-52.1040

#7368cf color RGB value is (115,104,207).

#7368cf hex color red value is 115, green value is 104 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7368cf hue: 0.68 , saturation: 0.52 and the lightness value of 7368cf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 11001111
Octal 163 150 317
Decimal 115 104 207
Hex 73 68 CF

RGB Percentages of Color #7368cf

%27.00
%24.41
%48.59

CMYK Percentages of Color #7368cf

%44
%50
%0
%19

Triadic Colors of #7368cf

#7368cf #cf7368 #68cf73

Analogous Colors of #7368cf

#7368cf #a768cf #6891cf

Monochromatic Colors of #7368cf

#7368cf

Complementary Color

#7368cf #c4cf68

#7368cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7368cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7368cf Color CSS Codes

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

#7368cf Text Font Color

<p style="color:#7368cf">Text here</p>

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


#7368cf Background Color

<div style="background-color:#7368cf">
Div content here</div>

This div background color is #7368cf


#7368cf Border Color

<div style="border:3px solid #7368cf">
Div here</div>

This div border color is #7368cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,104,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7368cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7368cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7368cf;
  box-shadow:         1px 1px 3px 2px #7368cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,104,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7368cf


Comments

No comments written yet.

Please login to write comment.