Color Hex Logo

#7350de Color Hex

#7350DE
(115,80,222)
0 Favorites   0 Comments

Color spaces of #7350de

RGB 11580222
HSL0.710.680.59
HSV255°64°87°
CMYK 0.480.640.00   0.13
XYZ23.123714.656170.7174
Yxy14.65610.21310.1351
Hunter Lab38.283340.8210-82.7230
CIE-Lab45.159548.5167-67.7542

#7350de color RGB value is (115,80,222).

#7350de hex color red value is 115, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7350de hue: 0.71 , saturation: 0.68 and the lightness value of 7350de is 0.59.

The process color (four color CMYK) of #7350de color hex is 0.48, 0.64, 0.00, 0.13. Web safe color of #7350de is #6666cc. Color #7350de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 11011110
Octal 163 120 336
Decimal 115 80 222
Hex 73 50 DE

RGB Percentages of Color #7350de

%27.58
%19.18
%53.24

CMYK Percentages of Color #7350de

%48
%64
%0
%13

Triadic Colors of #7350de

#7350de #de7350 #50de73

Analogous Colors of #7350de

#7350de #ba50de #5074de

Monochromatic Colors of #7350de

#7350de

Complementary Color

#7350de #bbde50

#7350de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7350de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7350de Color CSS Codes

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

#7350de Text Font Color

<p style="color:#7350de">Text here</p>

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


#7350de Background Color

<div style="background-color:#7350de">
Div content here</div>

This div background color is #7350de


#7350de Border Color

<div style="border:3px solid #7350de">
Div here</div>

This div border color is #7350de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,80,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7350de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7350de;
  -webkit-box-shadow: 1px 1px 3px 2px #7350de;
  box-shadow:         1px 1px 3px 2px #7350de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7350de


Comments

No comments written yet.

Please login to write comment.