Color Hex Logo

#7152cd Color Hex

#7152CD
(113,82,205)
0 Favorites   0 Comments

Color spaces of #7152cd

RGB 11382205
HSL0.710.550.56
HSV255°60°80°
CMYK 0.450.600.00   0.20
XYZ20.846813.953159.3521
Yxy13.95310.22140.1482
Hunter Lab37.353834.2498-68.0591
CIE-Lab44.165642.2000-59.6424

#7152cd color RGB value is (113,82,205).

#7152cd hex color red value is 113, green value is 82 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7152cd hue: 0.71 , saturation: 0.55 and the lightness value of 7152cd is 0.56.

The process color (four color CMYK) of #7152cd color hex is 0.45, 0.60, 0.00, 0.20. Web safe color of #7152cd is #6666cc. Color #7152cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 11001101
Octal 161 122 315
Decimal 113 82 205
Hex 71 52 CD

RGB Percentages of Color #7152cd

%28.25
%20.50
%51.25

CMYK Percentages of Color #7152cd

%45
%60
%0
%20

Triadic Colors of #7152cd

#7152cd #cd7152 #52cd71

Analogous Colors of #7152cd

#7152cd #af52cd #5271cd

Monochromatic Colors of #7152cd

#7152cd

Complementary Color

#7152cd #aecd52

#7152cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7152cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7152cd Color CSS Codes

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

#7152cd Text Font Color

<p style="color:#7152cd">Text here</p>

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


#7152cd Background Color

<div style="background-color:#7152cd">
Div content here</div>

This div background color is #7152cd


#7152cd Border Color

<div style="border:3px solid #7152cd">
Div here</div>

This div border color is #7152cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,82,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7152cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7152cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7152cd;
  box-shadow:         1px 1px 3px 2px #7152cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,82,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7152cd


Comments

No comments written yet.

Please login to write comment.