Color Hex Logo

#7527dd Color Hex

#7527DD
(117,39,221)
0 Favorites   0 Comments

Color spaces of #7527dd

RGB 11739221
HSL0.740.730.51
HSV266°82°87°
CMYK 0.470.820.00   0.13
XYZ21.112810.453469.3116
Yxy10.45340.20930.1036
Hunter Lab32.331759.9810-104.4716
CIE-Lab38.644267.2764-77.8322

#7527dd color RGB value is (117,39,221).

#7527dd hex color red value is 117, green value is 39 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7527dd hue: 0.74 , saturation: 0.73 and the lightness value of 7527dd is 0.51.

The process color (four color CMYK) of #7527dd color hex is 0.47, 0.82, 0.00, 0.13. Web safe color of #7527dd is #6633cc. Color #7527dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 11011101
Octal 165 47 335
Decimal 117 39 221
Hex 75 27 DD

RGB Percentages of Color #7527dd

%31.03
%10.34
%58.62

CMYK Percentages of Color #7527dd

%47
%82
%0
%13

Triadic Colors of #7527dd

#7527dd #dd7527 #27dd75

Analogous Colors of #7527dd

#7527dd #d027dd #2734dd

Monochromatic Colors of #7527dd

#7527dd

Complementary Color

#7527dd #8fdd27

#7527dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7527dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7527dd Color CSS Codes

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

#7527dd Text Font Color

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

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


#7527dd Background Color

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

This div background color is #7527dd


#7527dd Border Color

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

This div border color is #7527dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,39,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 #7527dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7527dd


Comments

No comments written yet.

Please login to write comment.