Color Hex Logo

#7384ce Color Hex

#7384CE
(115,132,206)
0 Favorites   0 Comments

Color spaces of #7384ce

RGB 115132206
HSL0.640.480.63
HSV229°44°81°
CMYK 0.440.360.00   0.19
XYZ26.462124.603661.7468
Yxy24.60360.23460.2181
Hunter Lab49.60208.4242-39.0854
CIE-Lab56.687113.1799-40.2219

#7384ce color RGB value is (115,132,206).

#7384ce hex color red value is 115, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7384ce hue: 0.64 , saturation: 0.48 and the lightness value of 7384ce is 0.63.

The process color (four color CMYK) of #7384ce color hex is 0.44, 0.36, 0.00, 0.19. Web safe color of #7384ce is #6699cc. Color #7384ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 11001110
Octal 163 204 316
Decimal 115 132 206
Hex 73 84 CE

RGB Percentages of Color #7384ce

%25.39
%29.14
%45.47

CMYK Percentages of Color #7384ce

%44
%36
%0
%19

Triadic Colors of #7384ce

#7384ce #ce7384 #84ce73

Analogous Colors of #7384ce

#7384ce #9073ce #73b2ce

Monochromatic Colors of #7384ce

#7384ce

Complementary Color

#7384ce #cebd73

#7384ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7384ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7384ce Color CSS Codes

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

#7384ce Text Font Color

<p style="color:#7384ce">Text here</p>

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


#7384ce Background Color

<div style="background-color:#7384ce">
Div content here</div>

This div background color is #7384ce


#7384ce Border Color

<div style="border:3px solid #7384ce">
Div here</div>

This div border color is #7384ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,132,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7384ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7384ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7384ce;
  box-shadow:         1px 1px 3px 2px #7384ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7384ce


Comments

No comments written yet.

Please login to write comment.