Color Hex Logo

#7368cb Color Hex

#7368CB
(115,104,203)
0 Favorites   0 Comments

Color spaces of #7368cb

RGB 115104203
HSL0.690.490.60
HSV247°49°80°
CMYK 0.430.490.00   0.20
XYZ22.800017.857358.7450
Yxy17.85730.22940.1796
Hunter Lab42.257922.3573-52.8417
CIE-Lab49.322629.1092-50.1921

#7368cb color RGB value is (115,104,203).

#7368cb hex color red value is 115, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7368cb hue: 0.69 , saturation: 0.49 and the lightness value of 7368cb is 0.60.

The process color (four color CMYK) of #7368cb color hex is 0.43, 0.49, 0.00, 0.20. Web safe color of #7368cb is #6666cc. Color #7368cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 11001011
Octal 163 150 313
Decimal 115 104 203
Hex 73 68 CB

RGB Percentages of Color #7368cb

%27.25
%24.64
%48.10

CMYK Percentages of Color #7368cb

%43
%49
%0
%20

Triadic Colors of #7368cb

#7368cb #cb7368 #68cb73

Analogous Colors of #7368cb

#7368cb #a568cb #688fcb

Monochromatic Colors of #7368cb

#7368cb

Complementary Color

#7368cb #c0cb68

#7368cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7368cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7368cb Color CSS Codes

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

#7368cb Text Font Color

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

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


#7368cb Background Color

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

This div background color is #7368cb


#7368cb Border Color

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

This div border color is #7368cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7368cb


Comments

No comments written yet.

Please login to write comment.