Color Hex Logo

#7253fa Color Hex

#7253FA
(114,83,250)
0 Favorites   0 Comments

Color spaces of #7253fa

RGB 11483250
HSL0.700.940.65
HSV251°67°98°
CMYK 0.540.670.00   0.02
XYZ27.288016.666092.2211
Yxy16.66600.20040.1224
Hunter Lab40.824047.8728-105.3588
CIE-Lab47.836454.6915-79.1658

#7253fa color RGB value is (114,83,250).

#7253fa hex color red value is 114, green value is 83 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7253fa hue: 0.70 , saturation: 0.94 and the lightness value of 7253fa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 11111010
Octal 162 123 372
Decimal 114 83 250
Hex 72 53 FA

RGB Percentages of Color #7253fa

%25.50
%18.57
%55.93

CMYK Percentages of Color #7253fa

%54
%67
%0
%2

Triadic Colors of #7253fa

#7253fa #fa7253 #53fa72

Analogous Colors of #7253fa

#7253fa #c653fa #5388fa

Monochromatic Colors of #7253fa

#7253fa

Complementary Color

#7253fa #dbfa53

#7253fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7253fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7253fa Color CSS Codes

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

#7253fa Text Font Color

<p style="color:#7253fa">Text here</p>

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


#7253fa Background Color

<div style="background-color:#7253fa">
Div content here</div>

This div background color is #7253fa


#7253fa Border Color

<div style="border:3px solid #7253fa">
Div here</div>

This div border color is #7253fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,83,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7253fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7253fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7253fa;
  box-shadow:         1px 1px 3px 2px #7253fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,83,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7253fa


Comments

No comments written yet.

Please login to write comment.