Color Hex Logo

#7633dc Color Hex

#7633DC
(118,51,220)
0 Favorites   0 Comments

Color spaces of #7633dc

RGB 11851220
HSL0.730.710.53
HSV264°77°86°
CMYK 0.460.770.00   0.14
XYZ21.573311.386568.7709
Yxy11.38650.21210.1119
Hunter Lab33.743955.0676-97.2138
CIE-Lab40.224062.6527-74.6599

#7633dc color RGB value is (118,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 11011100
Octal 166 63 334
Decimal 118 51 220
Hex 76 33 DC

RGB Percentages of Color #7633dc

%30.33
%13.11
%56.56

CMYK Percentages of Color #7633dc

%46
%77
%0
%14

Triadic Colors of #7633dc

#7633dc #dc7633 #33dc76

Analogous Colors of #7633dc

#7633dc #cb33dc #3345dc

Monochromatic Colors of #7633dc

#7633dc

Complementary Color

#7633dc #99dc33

#7633dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7633dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7633dc Color CSS Codes

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

#7633dc Text Font Color

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

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


#7633dc Background Color

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

This div background color is #7633dc


#7633dc Border Color

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

This div border color is #7633dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7633dc


Comments

No comments written yet.

Please login to write comment.