Color Hex Logo

#7375ce Color Hex

#7375CE
(115,117,206)
0 Favorites   0 Comments

Color spaces of #7375ce

RGB 115117206
HSL0.660.480.63
HSV239°44°81°
CMYK 0.440.430.00   0.19
XYZ24.572120.823661.1168
Yxy20.82360.23070.1955
Hunter Lab45.632916.2600-47.4650
CIE-Lab52.755922.1593-46.4349

#7375ce color RGB value is (115,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110101 11001110
Octal 163 165 316
Decimal 115 117 206
Hex 73 75 CE

RGB Percentages of Color #7375ce

%26.26
%26.71
%47.03

CMYK Percentages of Color #7375ce

%44
%43
%0
%19

Triadic Colors of #7375ce

#7375ce #ce7375 #75ce73

Analogous Colors of #7375ce

#7375ce #9f73ce #73a3ce

Monochromatic Colors of #7375ce

#7375ce

Complementary Color

#7375ce #cecc73

#7375ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7375ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7375ce Color CSS Codes

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

#7375ce Text Font Color

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

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


#7375ce Background Color

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

This div background color is #7375ce


#7375ce Border Color

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

This div border color is #7375ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7375ce


Comments

No comments written yet.

Please login to write comment.