Color Hex Logo

#7253eb Color Hex

#7253EB
(114,83,235)
0 Favorites   0 Comments

Color spaces of #7253eb

RGB 11483235
HSL0.700.790.62
HSV252°65°92°
CMYK 0.510.650.00   0.08
XYZ25.028115.762180.3205
Yxy15.76210.20670.1301
Hunter Lab39.701543.0500-92.1591
CIE-Lab46.660850.3895-72.6755

#7253eb color RGB value is (114,83,235).

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

The process color (four color CMYK) of #7253eb color hex is 0.51, 0.65, 0.00, 0.08. Web safe color of #7253eb is #6666ff. Color #7253eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 11101011
Octal 162 123 353
Decimal 114 83 235
Hex 72 53 EB

RGB Percentages of Color #7253eb

%26.39
%19.21
%54.40

CMYK Percentages of Color #7253eb

%51
%65
%0
%8

Triadic Colors of #7253eb

#7253eb #eb7253 #53eb72

Analogous Colors of #7253eb

#7253eb #be53eb #5380eb

Monochromatic Colors of #7253eb

#7253eb

Complementary Color

#7253eb #cceb53

#7253eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7253eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7253eb Color CSS Codes

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

#7253eb Text Font Color

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

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


#7253eb Background Color

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

This div background color is #7253eb


#7253eb Border Color

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

This div border color is #7253eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7253eb


Comments

No comments written yet.

Please login to write comment.