Color Hex Logo

#7355cf Color Hex

#7355CF
(115,85,207)
0 Favorites   0 Comments

Color spaces of #7355cf

RGB 11585207
HSL0.710.560.57
HSV255°59°81°
CMYK 0.440.590.00   0.19
XYZ21.581214.646860.7211
Yxy14.64680.22260.1511
Hunter Lab38.271133.6821-67.2799
CIE-Lab45.146641.4717-59.1976

#7355cf color RGB value is (115,85,207).

#7355cf hex color red value is 115, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7355cf hue: 0.71 , saturation: 0.56 and the lightness value of 7355cf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 11001111
Octal 163 125 317
Decimal 115 85 207
Hex 73 55 CF

RGB Percentages of Color #7355cf

%28.26
%20.88
%50.86

CMYK Percentages of Color #7355cf

%44
%59
%0
%19

Triadic Colors of #7355cf

#7355cf #cf7355 #55cf73

Analogous Colors of #7355cf

#7355cf #b055cf #5574cf

Monochromatic Colors of #7355cf

#7355cf

Complementary Color

#7355cf #b1cf55

#7355cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7355cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7355cf Color CSS Codes

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

#7355cf Text Font Color

<p style="color:#7355cf">Text here</p>

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


#7355cf Background Color

<div style="background-color:#7355cf">
Div content here</div>

This div background color is #7355cf


#7355cf Border Color

<div style="border:3px solid #7355cf">
Div here</div>

This div border color is #7355cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,85,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7355cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7355cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7355cf;
  box-shadow:         1px 1px 3px 2px #7355cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7355cf


Comments

No comments written yet.

Please login to write comment.