Color Hex Logo

#7367cb Color Hex

#7367CB
(115,103,203)
0 Favorites   0 Comments

Color spaces of #7367cb

RGB 115103203
HSL0.690.490.60
HSV247°49°80°
CMYK 0.430.490.00   0.20
XYZ22.700017.657158.7117
Yxy17.65710.22910.1782
Hunter Lab42.020422.8927-53.4270
CIE-Lab49.077529.7105-50.5838

#7367cb color RGB value is (115,103,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 11001011
Octal 163 147 313
Decimal 115 103 203
Hex 73 67 CB

RGB Percentages of Color #7367cb

%27.32
%24.47
%48.22

CMYK Percentages of Color #7367cb

%43
%49
%0
%20

Triadic Colors of #7367cb

#7367cb #cb7367 #67cb73

Analogous Colors of #7367cb

#7367cb #a567cb #678dcb

Monochromatic Colors of #7367cb

#7367cb

Complementary Color

#7367cb #bfcb67

#7367cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7367cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7367cb Color CSS Codes

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

#7367cb Text Font Color

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

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


#7367cb Background Color

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

This div background color is #7367cb


#7367cb Border Color

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

This div border color is #7367cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7367cb


Comments

No comments written yet.

Please login to write comment.