Color Hex Logo

#7253be Color Hex

#7253BE
(114,83,190)
0 Favorites   0 Comments

Color spaces of #7253be

RGB 11483190
HSL0.710.450.54
HSV257°56°75°
CMYK 0.400.560.00   0.25
XYZ19.327013.481650.2988
Yxy13.48160.23260.1622
Hunter Lab36.717329.7023-55.5189
CIE-Lab43.480137.6414-52.0551

#7253be color RGB value is (114,83,190).

#7253be hex color red value is 114, green value is 83 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7253be hue: 0.71 , saturation: 0.45 and the lightness value of 7253be is 0.54.

The process color (four color CMYK) of #7253be color hex is 0.40, 0.56, 0.00, 0.25. Web safe color of #7253be is #6666cc. Color #7253be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 10111110
Octal 162 123 276
Decimal 114 83 190
Hex 72 53 BE

RGB Percentages of Color #7253be

%29.46
%21.45
%49.10

CMYK Percentages of Color #7253be

%40
%56
%0
%25

Triadic Colors of #7253be

#7253be #be7253 #53be72

Analogous Colors of #7253be

#7253be #a853be #536abe

Monochromatic Colors of #7253be

#7253be

Complementary Color

#7253be #9fbe53

#7253be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7253be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7253be Color CSS Codes

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

#7253be Text Font Color

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

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


#7253be Background Color

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

This div background color is #7253be


#7253be Border Color

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

This div border color is #7253be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7253be


Comments

No comments written yet.

Please login to write comment.