Color Hex Logo

#6735ea Color Hex

#6735EA
(103,53,234)
0 Favorites   0 Comments

Color spaces of #6735ea

RGB 10353234
HSL0.710.810.56
HSV257°77°92°
CMYK 0.560.770.00   0.08
XYZ21.717911.370378.8919
Yxy11.37030.19390.1015
Hunter Lab33.719955.9564-115.1125
CIE-Lab40.197363.4476-82.7417

#6735ea color RGB value is (103,53,234).

#6735ea hex color red value is 103, green value is 53 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6735ea hue: 0.71 , saturation: 0.81 and the lightness value of 6735ea is 0.56.

The process color (four color CMYK) of #6735ea color hex is 0.56, 0.77, 0.00, 0.08. Web safe color of #6735ea is #6633ff. Color #6735ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110101 11101010
Octal 147 65 352
Decimal 103 53 234
Hex 67 35 EA

RGB Percentages of Color #6735ea

%26.41
%13.59
%60.00

CMYK Percentages of Color #6735ea

%56
%77
%0
%8

Triadic Colors of #6735ea

#6735ea #ea6735 #35ea67

Analogous Colors of #6735ea

#6735ea #c235ea #355eea

Monochromatic Colors of #6735ea

#6735ea

Complementary Color

#6735ea #b8ea35

#6735ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6735ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6735ea Color CSS Codes

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

#6735ea Text Font Color

<p style="color:#6735ea">Text here</p>

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


#6735ea Background Color

<div style="background-color:#6735ea">
Div content here</div>

This div background color is #6735ea


#6735ea Border Color

<div style="border:3px solid #6735ea">
Div here</div>

This div border color is #6735ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,53,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6735ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6735ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6735ea;
  box-shadow:         1px 1px 3px 2px #6735ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6735ea


Comments

No comments written yet.

Please login to write comment.