Color Hex Logo

#7305fd Color Hex

#7305FD
(115,5,253)
0 Favorites   0 Comments

Color spaces of #7305fd

RGB 1155253
HSL0.740.980.51
HSV267°98°99°
CMYK 0.550.980.00   0.01
XYZ24.854110.845293.7119
Yxy10.84520.19210.0838
Hunter Lab32.932177.0844-145.6640
CIE-Lab39.318581.2929-94.8660

#7305fd color RGB value is (115,5,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 11111101
Octal 163 5 375
Decimal 115 5 253
Hex 73 5 FD

RGB Percentages of Color #7305fd

%30.83
%1.34
%67.83

CMYK Percentages of Color #7305fd

%55
%98
%0
%1

Triadic Colors of #7305fd

#7305fd #fd7305 #05fd73

Analogous Colors of #7305fd

#7305fd #ef05fd #0513fd

Monochromatic Colors of #7305fd

#7305fd

Complementary Color

#7305fd #8ffd05

#7305fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7305fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7305fd Color CSS Codes

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

#7305fd Text Font Color

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

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


#7305fd Background Color

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

This div background color is #7305fd


#7305fd Border Color

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

This div border color is #7305fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7305fd

Related Colors


Comments

No comments written yet.

Please login to write comment.