Color Hex Logo

#7b35df Color Hex

#7B35DF
(123,53,223)
0 Favorites   0 Comments

Color spaces of #7b35df

RGB 12353223
HSL0.740.730.54
HSV265°76°87°
CMYK 0.450.760.00   0.13
XYZ22.760812.084970.9450
Yxy12.08490.21510.1142
Hunter Lab34.763356.0345-96.6646
CIE-Lab41.350763.2924-74.5067

#7b35df color RGB value is (123,53,223).

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

The process color (four color CMYK) of #7b35df color hex is 0.45, 0.76, 0.00, 0.13. Web safe color of #7b35df is #6633cc. Color #7b35df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110101 11011111
Octal 173 65 337
Decimal 123 53 223
Hex 7B 35 DF

RGB Percentages of Color #7b35df

%30.83
%13.28
%55.89

CMYK Percentages of Color #7b35df

%45
%76
%0
%13

Triadic Colors of #7b35df

#7b35df #df7b35 #35df7b

Analogous Colors of #7b35df

#7b35df #d035df #3544df

Monochromatic Colors of #7b35df

#7b35df

Complementary Color

#7b35df #99df35

#7b35df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b35df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b35df Color CSS Codes

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

#7b35df Text Font Color

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

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


#7b35df Background Color

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

This div background color is #7b35df


#7b35df Border Color

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

This div border color is #7b35df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b35df


Comments

No comments written yet.

Please login to write comment.