Color Hex Logo

#7435cc Color Hex

#7435CC
(116,53,204)
0 Favorites   0 Comments

Color spaces of #7435cc

RGB 11653204
HSL0.740.600.50
HSV265°74°80°
CMYK 0.430.740.00   0.20
XYZ19.374610.618858.1552
Yxy10.61880.21980.1205
Hunter Lab32.586549.1024-83.0008
CIE-Lab38.930957.4914-67.5621

#7435cc color RGB value is (116,53,204).

#7435cc hex color red value is 116, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7435cc hue: 0.74 , saturation: 0.60 and the lightness value of 7435cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 11001100
Octal 164 65 314
Decimal 116 53 204
Hex 74 35 CC

RGB Percentages of Color #7435cc

%31.10
%14.21
%54.69

CMYK Percentages of Color #7435cc

%43
%74
%0
%20

Triadic Colors of #7435cc

#7435cc #cc7435 #35cc74

Analogous Colors of #7435cc

#7435cc #c035cc #3542cc

Monochromatic Colors of #7435cc

#7435cc

Complementary Color

#7435cc #8dcc35

#7435cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7435cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7435cc Color CSS Codes

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

#7435cc Text Font Color

<p style="color:#7435cc">Text here</p>

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


#7435cc Background Color

<div style="background-color:#7435cc">
Div content here</div>

This div background color is #7435cc


#7435cc Border Color

<div style="border:3px solid #7435cc">
Div here</div>

This div border color is #7435cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,53,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7435cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7435cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7435cc;
  box-shadow:         1px 1px 3px 2px #7435cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7435cc


Comments

No comments written yet.

Please login to write comment.