Color Hex Logo

#7447cd Color Hex

#7447CD
(116,71,205)
0 Favorites   0 Comments

Color spaces of #7447cd

RGB 11671205
HSL0.720.570.54
HSV260°65°80°
CMYK 0.430.650.00   0.20
XYZ20.475112.627359.1158
Yxy12.62730.22200.1369
Hunter Lab35.534940.6650-73.7603
CIE-Lab42.196248.8858-62.8207

#7447cd color RGB value is (116,71,205).

#7447cd hex color red value is 116, green value is 71 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7447cd hue: 0.72 , saturation: 0.57 and the lightness value of 7447cd is 0.54.

The process color (four color CMYK) of #7447cd color hex is 0.43, 0.65, 0.00, 0.20. Web safe color of #7447cd is #6633cc. Color #7447cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000111 11001101
Octal 164 107 315
Decimal 116 71 205
Hex 74 47 CD

RGB Percentages of Color #7447cd

%29.59
%18.11
%52.30

CMYK Percentages of Color #7447cd

%43
%65
%0
%20

Triadic Colors of #7447cd

#7447cd #cd7447 #47cd74

Analogous Colors of #7447cd

#7447cd #b747cd #475dcd

Monochromatic Colors of #7447cd

#7447cd

Complementary Color

#7447cd #a0cd47

#7447cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7447cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7447cd Color CSS Codes

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

#7447cd Text Font Color

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

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


#7447cd Background Color

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

This div background color is #7447cd


#7447cd Border Color

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

This div border color is #7447cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7447cd


Comments

No comments written yet.

Please login to write comment.