Color Hex Logo

#7633dd Color Hex

#7633DD
(118,51,221)
0 Favorites   0 Comments

Color spaces of #7633dd

RGB 11851221
HSL0.730.710.53
HSV264°77°87°
CMYK 0.470.770.00   0.13
XYZ21.706211.439769.4706
Yxy11.43970.21150.1115
Hunter Lab33.822655.3656-98.1039
CIE-Lab40.311462.9009-75.0891

#7633dd color RGB value is (118,51,221).

#7633dd hex color red value is 118, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7633dd hue: 0.73 , saturation: 0.71 and the lightness value of 7633dd is 0.53.

The process color (four color CMYK) of #7633dd color hex is 0.47, 0.77, 0.00, 0.13. Web safe color of #7633dd is #6633cc. Color #7633dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 11011101
Octal 166 63 335
Decimal 118 51 221
Hex 76 33 DD

RGB Percentages of Color #7633dd

%30.26
%13.08
%56.67

CMYK Percentages of Color #7633dd

%47
%77
%0
%13

Triadic Colors of #7633dd

#7633dd #dd7633 #33dd76

Analogous Colors of #7633dd

#7633dd #cb33dd #3345dd

Monochromatic Colors of #7633dd

#7633dd

Complementary Color

#7633dd #9add33

#7633dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7633dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7633dd Color CSS Codes

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

#7633dd Text Font Color

<p style="color:#7633dd">Text here</p>

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


#7633dd Background Color

<div style="background-color:#7633dd">
Div content here</div>

This div background color is #7633dd


#7633dd Border Color

<div style="border:3px solid #7633dd">
Div here</div>

This div border color is #7633dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,51,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7633dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7633dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7633dd;
  box-shadow:         1px 1px 3px 2px #7633dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,51,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 #7633dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7633dd


Comments

No comments written yet.

Please login to write comment.