Color Hex Logo

#7384cd Color Hex

#7384CD
(115,132,205)
0 Favorites   0 Comments

Color spaces of #7384cd

RGB 115132205
HSL0.640.470.63
HSV229°44°80°
CMYK 0.440.360.00   0.20
XYZ26.340924.555161.1089
Yxy24.55510.23520.2192
Hunter Lab49.55318.1672-38.4293
CIE-Lab56.639312.8867-39.7322

#7384cd color RGB value is (115,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 11001101
Octal 163 204 315
Decimal 115 132 205
Hex 73 84 CD

RGB Percentages of Color #7384cd

%25.44
%29.20
%45.35

CMYK Percentages of Color #7384cd

%44
%36
%0
%20

Triadic Colors of #7384cd

#7384cd #cd7384 #84cd73

Analogous Colors of #7384cd

#7384cd #8f73cd #73b1cd

Monochromatic Colors of #7384cd

#7384cd

Complementary Color

#7384cd #cdbc73

#7384cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7384cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7384cd Color CSS Codes

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

#7384cd Text Font Color

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

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


#7384cd Background Color

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

This div background color is #7384cd


#7384cd Border Color

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

This div border color is #7384cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7384cd


Comments

No comments written yet.

Please login to write comment.