Color Hex Logo

#7217cd Color Hex

#7217CD
(114,23,205)
0 Favorites   0 Comments

Color spaces of #7217cd

RGB 11423205
HSL0.750.800.45
HSV270°89°80°
CMYK 0.440.890.00   0.20
XYZ18.26538.598058.4545
Yxy8.59800.21410.1008
Hunter Lab29.322359.8760-97.6698
CIE-Lab35.198567.8525-74.2751

#7217cd color RGB value is (114,23,205).

#7217cd hex color red value is 114, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7217cd hue: 0.75 , saturation: 0.80 and the lightness value of 7217cd is 0.45.

The process color (four color CMYK) of #7217cd color hex is 0.44, 0.89, 0.00, 0.20. Web safe color of #7217cd is #6600cc. Color #7217cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 11001101
Octal 162 27 315
Decimal 114 23 205
Hex 72 17 CD

RGB Percentages of Color #7217cd

%33.33
%6.73
%59.94

CMYK Percentages of Color #7217cd

%44
%89
%0
%20

Triadic Colors of #7217cd

#7217cd #cd7217 #17cd72

Analogous Colors of #7217cd

#7217cd #cd17cd #1717cd

Monochromatic Colors of #7217cd

#7217cd

Complementary Color

#7217cd #72cd17

#7217cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7217cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7217cd Color CSS Codes

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

#7217cd Text Font Color

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

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


#7217cd Background Color

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

This div background color is #7217cd


#7217cd Border Color

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

This div border color is #7217cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7217cd


Comments

No comments written yet.

Please login to write comment.