Color Hex Logo

#7368ff Color Hex

#7368FF
(115,104,255)
0 Favorites   0 Comments

Color spaces of #7368ff

RGB 115104255
HSL0.681.000.70
HSV244°59°100°
CMYK 0.550.590.00   0.00
XYZ30.070520.765597.0310
Yxy20.76550.20340.1404
Hunter Lab45.569238.0437-94.3485
CIE-Lab52.691944.6132-74.0285

#7368ff color RGB value is (115,104,255).

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

The process color (four color CMYK) of #7368ff color hex is 0.55, 0.59, 0.00, 0.00. Web safe color of #7368ff is #6666ff. Color #7368ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 11111111
Octal 163 150 377
Decimal 115 104 255
Hex 73 68 FF

RGB Percentages of Color #7368ff

%24.26
%21.94
%53.80

CMYK Percentages of Color #7368ff

%55
%59
%0
%0

Triadic Colors of #7368ff

#7368ff #ff7368 #68ff73

Analogous Colors of #7368ff

#7368ff #bf68ff #68a9ff

Monochromatic Colors of #7368ff

#7368ff

Complementary Color

#7368ff #f4ff68

#7368ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7368ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7368ff Color CSS Codes

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

#7368ff Text Font Color

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

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


#7368ff Background Color

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

This div background color is #7368ff


#7368ff Border Color

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

This div border color is #7368ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7368ff


Comments

No comments written yet.

Please login to write comment.