Color Hex Logo

#7c3dbd Color Hex

#7C3DBD
(124,61,189)
0 Favorites   0 Comments

Color spaces of #7c3dbd

RGB 12461189
HSL0.750.510.49
HSV270°68°74°
CMYK 0.340.680.00   0.26
XYZ19.166211.296749.3144
Yxy11.29670.24020.1416
Hunter Lab33.610642.9699-63.4646
CIE-Lab40.075851.4977-56.9094

#7c3dbd color RGB value is (124,61,189).

#7c3dbd hex color red value is 124, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7c3dbd hue: 0.75 , saturation: 0.51 and the lightness value of 7c3dbd is 0.49.

The process color (four color CMYK) of #7c3dbd color hex is 0.34, 0.68, 0.00, 0.26. Web safe color of #7c3dbd is #6633cc. Color #7c3dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00111101 10111101
Octal 174 75 275
Decimal 124 61 189
Hex 7C 3D BD

RGB Percentages of Color #7c3dbd

%33.16
%16.31
%50.53

CMYK Percentages of Color #7c3dbd

%34
%68
%0
%26

Triadic Colors of #7c3dbd

#7c3dbd #bd7c3d #3dbd7c

Analogous Colors of #7c3dbd

#7c3dbd #bc3dbd #3d3ebd

Monochromatic Colors of #7c3dbd

#7c3dbd

Complementary Color

#7c3dbd #7ebd3d

#7c3dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3dbd Color CSS Codes

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

#7c3dbd Text Font Color

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

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


#7c3dbd Background Color

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

This div background color is #7c3dbd


#7c3dbd Border Color

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

This div border color is #7c3dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,61,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3dbd


Comments

No comments written yet.

Please login to write comment.