Color Hex Logo

#7252dd Color Hex

#7252DD
(114,82,221)
0 Favorites   0 Comments

Color spaces of #7252dd

RGB 11482221
HSL0.710.670.59
HSV254°63°87°
CMYK 0.480.630.00   0.13
XYZ23.007914.832570.0569
Yxy14.83250.21320.1375
Hunter Lab38.513039.2393-80.8922
CIE-Lab45.403946.9414-66.7919

#7252dd color RGB value is (114,82,221).

#7252dd hex color red value is 114, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7252dd hue: 0.71 , saturation: 0.67 and the lightness value of 7252dd is 0.59.

The process color (four color CMYK) of #7252dd color hex is 0.48, 0.63, 0.00, 0.13. Web safe color of #7252dd is #6666cc. Color #7252dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010010 11011101
Octal 162 122 335
Decimal 114 82 221
Hex 72 52 DD

RGB Percentages of Color #7252dd

%27.34
%19.66
%53.00

CMYK Percentages of Color #7252dd

%48
%63
%0
%13

Triadic Colors of #7252dd

#7252dd #dd7252 #52dd72

Analogous Colors of #7252dd

#7252dd #b852dd #5278dd

Monochromatic Colors of #7252dd

#7252dd

Complementary Color

#7252dd #bddd52

#7252dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7252dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7252dd Color CSS Codes

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

#7252dd Text Font Color

<p style="color:#7252dd">Text here</p>

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


#7252dd Background Color

<div style="background-color:#7252dd">
Div content here</div>

This div background color is #7252dd


#7252dd Border Color

<div style="border:3px solid #7252dd">
Div here</div>

This div border color is #7252dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,82,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7252dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7252dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7252dd;
  box-shadow:         1px 1px 3px 2px #7252dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7252dd


Comments

No comments written yet.

Please login to write comment.