Color Hex Logo

#7629fd Color Hex

#7629FD
(118,41,253)
0 Favorites   0 Comments

Color spaces of #7629fd

RGB 11841253
HSL0.730.980.58
HSV262°84°99°
CMYK 0.530.840.00   0.01
XYZ25.993812.529393.9769
Yxy12.52930.19620.0946
Hunter Lab35.396869.1381-132.6348
CIE-Lab42.045374.3540-90.3439

#7629fd color RGB value is (118,41,253).

#7629fd hex color red value is 118, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7629fd hue: 0.73 , saturation: 0.98 and the lightness value of 7629fd is 0.58.

The process color (four color CMYK) of #7629fd color hex is 0.53, 0.84, 0.00, 0.01. Web safe color of #7629fd is #6633ff. Color #7629fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 11111101
Octal 166 51 375
Decimal 118 41 253
Hex 76 29 FD

RGB Percentages of Color #7629fd

%28.64
%9.95
%61.41

CMYK Percentages of Color #7629fd

%53
%84
%0
%1

Triadic Colors of #7629fd

#7629fd #fd7629 #29fd76

Analogous Colors of #7629fd

#7629fd #e029fd #2946fd

Monochromatic Colors of #7629fd

#7629fd

Complementary Color

#7629fd #b0fd29

#7629fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7629fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7629fd Color CSS Codes

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

#7629fd Text Font Color

<p style="color:#7629fd">Text here</p>

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


#7629fd Background Color

<div style="background-color:#7629fd">
Div content here</div>

This div background color is #7629fd


#7629fd Border Color

<div style="border:3px solid #7629fd">
Div here</div>

This div border color is #7629fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,41,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7629fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7629fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7629fd;
  box-shadow:         1px 1px 3px 2px #7629fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,41,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7629fd


Comments

No comments written yet.

Please login to write comment.