Color Hex Logo

#7152ef Color Hex

#7152EF
(113,82,239)
0 Favorites   0 Comments

Color spaces of #7152ef

RGB 11382239
HSL0.700.830.63
HSV252°66°94°
CMYK 0.530.660.00   0.06
XYZ25.407315.777383.3676
Yxy15.77730.20400.1267
Hunter Lab39.720644.6663-96.6362
CIE-Lab46.680951.9131-74.8977

#7152ef color RGB value is (113,82,239).

#7152ef hex color red value is 113, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7152ef hue: 0.70 , saturation: 0.83 and the lightness value of 7152ef is 0.63.

The process color (four color CMYK) of #7152ef color hex is 0.53, 0.66, 0.00, 0.06. Web safe color of #7152ef is #6666ff. Color #7152ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 11101111
Octal 161 122 357
Decimal 113 82 239
Hex 71 52 EF

RGB Percentages of Color #7152ef

%26.04
%18.89
%55.07

CMYK Percentages of Color #7152ef

%53
%66
%0
%6

Triadic Colors of #7152ef

#7152ef #ef7152 #52ef71

Analogous Colors of #7152ef

#7152ef #c052ef #5282ef

Monochromatic Colors of #7152ef

#7152ef

Complementary Color

#7152ef #d0ef52

#7152ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7152ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7152ef Color CSS Codes

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

#7152ef Text Font Color

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

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


#7152ef Background Color

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

This div background color is #7152ef


#7152ef Border Color

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

This div border color is #7152ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7152ef


Comments

No comments written yet.

Please login to write comment.