Color Hex Logo

#7367dc Color Hex

#7367DC
(115,103,220)
0 Favorites   0 Comments

Color spaces of #7367dc

RGB 115103220
HSL0.680.630.63
HSV246°53°86°
CMYK 0.480.530.00   0.14
XYZ24.838718.512669.9743
Yxy18.51260.21920.1634
Hunter Lab43.026327.7506-66.3059
CIE-Lab50.112034.7031-58.6066

#7367dc color RGB value is (115,103,220).

#7367dc hex color red value is 115, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7367dc hue: 0.68 , saturation: 0.63 and the lightness value of 7367dc is 0.63.

The process color (four color CMYK) of #7367dc color hex is 0.48, 0.53, 0.00, 0.14. Web safe color of #7367dc is #6666cc. Color #7367dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 11011100
Octal 163 147 334
Decimal 115 103 220
Hex 73 67 DC

RGB Percentages of Color #7367dc

%26.26
%23.52
%50.23

CMYK Percentages of Color #7367dc

%48
%53
%0
%14

Triadic Colors of #7367dc

#7367dc #dc7367 #67dc73

Analogous Colors of #7367dc

#7367dc #ae67dc #6796dc

Monochromatic Colors of #7367dc

#7367dc

Complementary Color

#7367dc #d0dc67

#7367dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7367dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7367dc Color CSS Codes

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

#7367dc Text Font Color

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

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


#7367dc Background Color

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

This div background color is #7367dc


#7367dc Border Color

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

This div border color is #7367dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7367dc


Comments

No comments written yet.

Please login to write comment.