Color Hex Logo

#7635da Color Hex

#7635DA
(118,53,218)
0 Favorites   0 Comments

Color spaces of #7635da

RGB 11853218
HSL0.730.690.53
HSV264°76°85°
CMYK 0.460.760.00   0.15
XYZ21.399211.459767.4137
Yxy11.45970.21340.1143
Hunter Lab33.852253.5951-94.3744
CIE-Lab40.344261.3118-73.3162

#7635da color RGB value is (118,53,218).

#7635da hex color red value is 118, green value is 53 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7635da hue: 0.73 , saturation: 0.69 and the lightness value of 7635da is 0.53.

The process color (four color CMYK) of #7635da color hex is 0.46, 0.76, 0.00, 0.15. Web safe color of #7635da is #6633cc. Color #7635da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 11011010
Octal 166 65 332
Decimal 118 53 218
Hex 76 35 DA

RGB Percentages of Color #7635da

%30.33
%13.62
%56.04

CMYK Percentages of Color #7635da

%46
%76
%0
%15

Triadic Colors of #7635da

#7635da #da7635 #35da76

Analogous Colors of #7635da

#7635da #c935da #3546da

Monochromatic Colors of #7635da

#7635da

Complementary Color

#7635da #99da35

#7635da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7635da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7635da Color CSS Codes

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

#7635da Text Font Color

<p style="color:#7635da">Text here</p>

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


#7635da Background Color

<div style="background-color:#7635da">
Div content here</div>

This div background color is #7635da


#7635da Border Color

<div style="border:3px solid #7635da">
Div here</div>

This div border color is #7635da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,53,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7635da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7635da;
  -webkit-box-shadow: 1px 1px 3px 2px #7635da;
  box-shadow:         1px 1px 3px 2px #7635da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7635da


Comments

No comments written yet.

Please login to write comment.