Color Hex Logo

#7053cf Color Hex

#7053CF
(112,83,207)
0 Favorites   0 Comments

Color spaces of #7053cf

RGB 11283207
HSL0.710.560.57
HSV254°60°81°
CMYK 0.460.600.00   0.19
XYZ21.037814.136360.6512
Yxy14.13630.21950.1475
Hunter Lab37.598334.0812-69.3242
CIE-Lab44.427841.9881-60.3737

#7053cf color RGB value is (112,83,207).

#7053cf hex color red value is 112, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7053cf hue: 0.71 , saturation: 0.56 and the lightness value of 7053cf is 0.57.

The process color (four color CMYK) of #7053cf color hex is 0.46, 0.60, 0.00, 0.19. Web safe color of #7053cf is #6666cc. Color #7053cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010011 11001111
Octal 160 123 317
Decimal 112 83 207
Hex 70 53 CF

RGB Percentages of Color #7053cf

%27.86
%20.65
%51.49

CMYK Percentages of Color #7053cf

%46
%60
%0
%19

Triadic Colors of #7053cf

#7053cf #cf7053 #53cf70

Analogous Colors of #7053cf

#7053cf #ae53cf #5374cf

Monochromatic Colors of #7053cf

#7053cf

Complementary Color

#7053cf #b2cf53

#7053cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7053cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7053cf Color CSS Codes

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

#7053cf Text Font Color

<p style="color:#7053cf">Text here</p>

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


#7053cf Background Color

<div style="background-color:#7053cf">
Div content here</div>

This div background color is #7053cf


#7053cf Border Color

<div style="border:3px solid #7053cf">
Div here</div>

This div border color is #7053cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,83,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7053cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7053cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7053cf;
  box-shadow:         1px 1px 3px 2px #7053cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7053cf


Comments

No comments written yet.

Please login to write comment.