Color Hex Logo

#7253dc Color Hex

#7253DC
(114,83,220)
0 Favorites   0 Comments

Color spaces of #7253dc

RGB 11483220
HSL0.700.660.59
HSV254°62°86°
CMYK 0.480.620.00   0.14
XYZ22.951014.931269.3825
Yxy14.93120.21400.1392
Hunter Lab38.640938.3995-79.4108
CIE-Lab45.539846.0985-66.0018

#7253dc color RGB value is (114,83,220).

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

The process color (four color CMYK) of #7253dc color hex is 0.48, 0.62, 0.00, 0.14. Web safe color of #7253dc is #6666cc. Color #7253dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 11011100
Octal 162 123 334
Decimal 114 83 220
Hex 72 53 DC

RGB Percentages of Color #7253dc

%27.34
%19.90
%52.76

CMYK Percentages of Color #7253dc

%48
%62
%0
%14

Triadic Colors of #7253dc

#7253dc #dc7253 #53dc72

Analogous Colors of #7253dc

#7253dc #b753dc #5379dc

Monochromatic Colors of #7253dc

#7253dc

Complementary Color

#7253dc #bddc53

#7253dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7253dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7253dc Color CSS Codes

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

#7253dc Text Font Color

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

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


#7253dc Background Color

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

This div background color is #7253dc


#7253dc Border Color

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

This div border color is #7253dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7253dc


Comments

No comments written yet.

Please login to write comment.