Color Hex Logo

#7c3fdd Color Hex

#7C3FDD
(124,63,221)
0 Favorites   0 Comments

Color spaces of #7c3fdd

RGB 12463221
HSL0.730.700.56
HSV263°71°87°
CMYK 0.440.710.00   0.13
XYZ23.140813.060669.7079
Yxy13.06060.21850.1233
Hunter Lab36.139551.0530-89.0644
CIE-Lab42.854458.5295-70.9004

#7c3fdd color RGB value is (124,63,221).

#7c3fdd hex color red value is 124, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7c3fdd hue: 0.73 , saturation: 0.70 and the lightness value of 7c3fdd is 0.56.

The process color (four color CMYK) of #7c3fdd color hex is 0.44, 0.71, 0.00, 0.13. Web safe color of #7c3fdd is #6633cc. Color #7c3fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111111 11011101
Octal 174 77 335
Decimal 124 63 221
Hex 7C 3F DD

RGB Percentages of Color #7c3fdd

%30.39
%15.44
%54.17

CMYK Percentages of Color #7c3fdd

%44
%71
%0
%13

Triadic Colors of #7c3fdd

#7c3fdd #dd7c3f #3fdd7c

Analogous Colors of #7c3fdd

#7c3fdd #cb3fdd #3f51dd

Monochromatic Colors of #7c3fdd

#7c3fdd

Complementary Color

#7c3fdd #a0dd3f

#7c3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3fdd Color CSS Codes

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

#7c3fdd Text Font Color

<p style="color:#7c3fdd">Text here</p>

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


#7c3fdd Background Color

<div style="background-color:#7c3fdd">
Div content here</div>

This div background color is #7c3fdd


#7c3fdd Border Color

<div style="border:3px solid #7c3fdd">
Div here</div>

This div border color is #7c3fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,63,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c3fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c3fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #7c3fdd;
  box-shadow:         1px 1px 3px 2px #7c3fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,63,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 #7c3fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3fdd


Comments

No comments written yet.

Please login to write comment.