Color Hex Logo

#7553fd Color Hex

#7553FD
(117,83,253)
0 Favorites   0 Comments

Color spaces of #7553fd

RGB 11783253
HSL0.700.980.66
HSV252°67°99°
CMYK 0.540.670.00   0.01
XYZ28.159017.060394.7373
Yxy17.06030.20120.1219
Hunter Lab41.304149.4098-107.0778
CIE-Lab48.335956.0112-80.0102

#7553fd color RGB value is (117,83,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 11111101
Octal 165 123 375
Decimal 117 83 253
Hex 75 53 FD

RGB Percentages of Color #7553fd

%25.83
%18.32
%55.85

CMYK Percentages of Color #7553fd

%54
%67
%0
%1

Triadic Colors of #7553fd

#7553fd #fd7553 #53fd75

Analogous Colors of #7553fd

#7553fd #ca53fd #5386fd

Monochromatic Colors of #7553fd

#7553fd

Complementary Color

#7553fd #dbfd53

#7553fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7553fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7553fd Color CSS Codes

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

#7553fd Text Font Color

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

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


#7553fd Background Color

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

This div background color is #7553fd


#7553fd Border Color

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

This div border color is #7553fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7553fd


Comments

No comments written yet.

Please login to write comment.