Color Hex Logo

#7b35cd Color Hex

#7B35CD
(123,53,205)
0 Favorites   0 Comments

Color spaces of #7b35cd

RGB 12353205
HSL0.740.600.51
HSV268°74°80°
CMYK 0.400.740.00   0.20
XYZ20.460911.164958.8342
Yxy11.16490.22620.1234
Hunter Lab33.413950.8295-81.0063
CIE-Lab39.856858.9001-66.5947

#7b35cd color RGB value is (123,53,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110101 11001101
Octal 173 65 315
Decimal 123 53 205
Hex 7B 35 CD

RGB Percentages of Color #7b35cd

%32.28
%13.91
%53.81

CMYK Percentages of Color #7b35cd

%40
%74
%0
%20

Triadic Colors of #7b35cd

#7b35cd #cd7b35 #35cd7b

Analogous Colors of #7b35cd

#7b35cd #c735cd #353bcd

Monochromatic Colors of #7b35cd

#7b35cd

Complementary Color

#7b35cd #87cd35

#7b35cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b35cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b35cd Color CSS Codes

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

#7b35cd Text Font Color

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

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


#7b35cd Background Color

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

This div background color is #7b35cd


#7b35cd Border Color

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

This div border color is #7b35cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b35cd


Comments

No comments written yet.

Please login to write comment.