Color Hex Logo

#7355fd Color Hex

#7355FD
(115,85,253)
0 Favorites   0 Comments

Color spaces of #7355fd

RGB 11585253
HSL0.700.980.66
HSV251°66°99°
CMYK 0.550.660.00   0.01
XYZ28.048417.233794.7766
Yxy17.23370.20030.1230
Hunter Lab41.513547.9541-106.3015
CIE-Lab48.553254.6379-79.6620

#7355fd color RGB value is (115,85,253).

#7355fd hex color red value is 115, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7355fd hue: 0.70 , saturation: 0.98 and the lightness value of 7355fd is 0.66.

The process color (four color CMYK) of #7355fd color hex is 0.55, 0.66, 0.00, 0.01. Web safe color of #7355fd is #6666ff. Color #7355fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 11111101
Octal 163 125 375
Decimal 115 85 253
Hex 73 55 FD

RGB Percentages of Color #7355fd

%25.39
%18.76
%55.85

CMYK Percentages of Color #7355fd

%55
%66
%0
%1

Triadic Colors of #7355fd

#7355fd #fd7355 #55fd73

Analogous Colors of #7355fd

#7355fd #c755fd #558bfd

Monochromatic Colors of #7355fd

#7355fd

Complementary Color

#7355fd #dffd55

#7355fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7355fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7355fd Color CSS Codes

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

#7355fd Text Font Color

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

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


#7355fd Background Color

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

This div background color is #7355fd


#7355fd Border Color

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

This div border color is #7355fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7355fd

Related Colors


Comments

No comments written yet.

Please login to write comment.