Color Hex Logo

#7206cd Color Hex

#7206CD
(114,6,205)
0 Favorites   0 Comments

Color spaces of #7206cd

RGB 1146205
HSL0.760.940.41
HSV273°97°80°
CMYK 0.440.970.00   0.20
XYZ18.02408.115458.3741
Yxy8.11540.21330.0960
Hunter Lab28.487563.0833-101.5504
CIE-Lab34.222170.7850-75.8840

#7206cd color RGB value is (114,6,205).

#7206cd hex color red value is 114, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7206cd hue: 0.76 , saturation: 0.94 and the lightness value of 7206cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000110 11001101
Octal 162 6 315
Decimal 114 6 205
Hex 72 6 CD

RGB Percentages of Color #7206cd

%35.08
%1.85
%63.08

CMYK Percentages of Color #7206cd

%44
%97
%0
%20

Triadic Colors of #7206cd

#7206cd #cd7206 #06cd72

Analogous Colors of #7206cd

#7206cd #cd06c5 #0f06cd

Monochromatic Colors of #7206cd

#7206cd

Complementary Color

#7206cd #61cd06

#7206cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7206cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7206cd Color CSS Codes

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

#7206cd Text Font Color

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

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


#7206cd Background Color

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

This div background color is #7206cd


#7206cd Border Color

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

This div border color is #7206cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7206cd


Comments

No comments written yet.

Please login to write comment.