Color Hex Logo

#7735cd Color Hex

#7735CD
(119,53,205)
0 Favorites   0 Comments

Color spaces of #7735cd

RGB 11953205
HSL0.740.600.51
HSV266°74°80°
CMYK 0.420.740.00   0.20
XYZ19.900310.875958.8080
Yxy10.87590.22210.1214
Hunter Lab32.978649.9997-82.6418
CIE-Lab39.370758.2335-67.4087

#7735cd color RGB value is (119,53,205).

#7735cd hex color red value is 119, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7735cd hue: 0.74 , saturation: 0.60 and the lightness value of 7735cd is 0.51.

The process color (four color CMYK) of #7735cd color hex is 0.42, 0.74, 0.00, 0.20. Web safe color of #7735cd is #6633cc. Color #7735cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110101 11001101
Octal 167 65 315
Decimal 119 53 205
Hex 77 35 CD

RGB Percentages of Color #7735cd

%31.56
%14.06
%54.38

CMYK Percentages of Color #7735cd

%42
%74
%0
%20

Triadic Colors of #7735cd

#7735cd #cd7735 #35cd77

Analogous Colors of #7735cd

#7735cd #c335cd #353fcd

Monochromatic Colors of #7735cd

#7735cd

Complementary Color

#7735cd #8bcd35

#7735cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7735cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7735cd Color CSS Codes

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

#7735cd Text Font Color

<p style="color:#7735cd">Text here</p>

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


#7735cd Background Color

<div style="background-color:#7735cd">
Div content here</div>

This div background color is #7735cd


#7735cd Border Color

<div style="border:3px solid #7735cd">
Div here</div>

This div border color is #7735cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,53,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7735cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7735cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7735cd;
  box-shadow:         1px 1px 3px 2px #7735cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7735cd


Comments

No comments written yet.

Please login to write comment.