Color Hex Logo

#7b35cc Color Hex

#7B35CC
(123,53,204)
0 Favorites   0 Comments

Color spaces of #7b35cc

RGB 12353204
HSL0.740.600.50
HSV268°74°80°
CMYK 0.400.740.00   0.20
XYZ20.340611.116858.2004
Yxy11.11680.22690.1240
Hunter Lab33.341950.5478-80.1553
CIE-Lab39.776558.6579-66.1461

#7b35cc color RGB value is (123,53,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110101 11001100
Octal 173 65 314
Decimal 123 53 204
Hex 7B 35 CC

RGB Percentages of Color #7b35cc

%32.37
%13.95
%53.68

CMYK Percentages of Color #7b35cc

%40
%74
%0
%20

Triadic Colors of #7b35cc

#7b35cc #cc7b35 #35cc7b

Analogous Colors of #7b35cc

#7b35cc #c735cc #353bcc

Monochromatic Colors of #7b35cc

#7b35cc

Complementary Color

#7b35cc #86cc35

#7b35cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b35cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b35cc Color CSS Codes

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

#7b35cc Text Font Color

<p style="color:#7b35cc">Text here</p>

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


#7b35cc Background Color

<div style="background-color:#7b35cc">
Div content here</div>

This div background color is #7b35cc


#7b35cc Border Color

<div style="border:3px solid #7b35cc">
Div here</div>

This div border color is #7b35cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b35cc


Comments

No comments written yet.

Please login to write comment.