Color Hex Logo

#7152cb Color Hex

#7152CB
(113,82,203)
0 Favorites   0 Comments

Color spaces of #7152cb

RGB 11382203
HSL0.710.540.56
HSV255°60°80°
CMYK 0.440.600.00   0.20
XYZ20.606813.857158.0885
Yxy13.85710.22270.1497
Hunter Lab37.225133.6687-66.4624
CIE-Lab44.027341.6345-58.7131

#7152cb color RGB value is (113,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 11001011
Octal 161 122 313
Decimal 113 82 203
Hex 71 52 CB

RGB Percentages of Color #7152cb

%28.39
%20.60
%51.01

CMYK Percentages of Color #7152cb

%44
%60
%0
%20

Triadic Colors of #7152cb

#7152cb #cb7152 #52cb71

Analogous Colors of #7152cb

#7152cb #ae52cb #5270cb

Monochromatic Colors of #7152cb

#7152cb

Complementary Color

#7152cb #accb52

#7152cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7152cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7152cb Color CSS Codes

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

#7152cb Text Font Color

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

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


#7152cb Background Color

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

This div background color is #7152cb


#7152cb Border Color

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

This div border color is #7152cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7152cb


Comments

No comments written yet.

Please login to write comment.