Color Hex Logo

#7217dd Color Hex

#7217DD
(114,23,221)
0 Favorites   0 Comments

Color spaces of #7217dd

RGB 11423221
HSL0.740.810.48
HSV268°90°87°
CMYK 0.480.900.00   0.13
XYZ20.29709.410769.1533
Yxy9.41070.20530.0952
Hunter Lab30.676964.4180-112.1806
CIE-Lab36.763371.4320-80.9440

#7217dd color RGB value is (114,23,221).

#7217dd hex color red value is 114, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7217dd hue: 0.74 , saturation: 0.81 and the lightness value of 7217dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 11011101
Octal 162 27 335
Decimal 114 23 221
Hex 72 17 DD

RGB Percentages of Color #7217dd

%31.84
%6.42
%61.73

CMYK Percentages of Color #7217dd

%48
%90
%0
%13

Triadic Colors of #7217dd

#7217dd #dd7217 #17dd72

Analogous Colors of #7217dd

#7217dd #d517dd #171fdd

Monochromatic Colors of #7217dd

#7217dd

Complementary Color

#7217dd #82dd17

#7217dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7217dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7217dd Color CSS Codes

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

#7217dd Text Font Color

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

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


#7217dd Background Color

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

This div background color is #7217dd


#7217dd Border Color

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

This div border color is #7217dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7217dd


Comments

No comments written yet.

Please login to write comment.