Color Hex Logo

#6735fd Color Hex

#6735FD
(103,53,253)
0 Favorites   0 Comments

Color spaces of #6735fd

RGB 10353253
HSL0.710.980.60
HSV255°79°99°
CMYK 0.590.790.00   0.01
XYZ24.596212.521694.0491
Yxy12.52160.18750.0955
Hunter Lab35.385962.1474-132.8117
CIE-Lab42.033468.4811-90.4131

#6735fd color RGB value is (103,53,253).

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

The process color (four color CMYK) of #6735fd color hex is 0.59, 0.79, 0.00, 0.01. Web safe color of #6735fd is #6633ff. Color #6735fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110101 11111101
Octal 147 65 375
Decimal 103 53 253
Hex 67 35 FD

RGB Percentages of Color #6735fd

%25.18
%12.96
%61.86

CMYK Percentages of Color #6735fd

%59
%79
%0
%1

Triadic Colors of #6735fd

#6735fd #fd6735 #35fd67

Analogous Colors of #6735fd

#6735fd #cb35fd #3567fd

Monochromatic Colors of #6735fd

#6735fd

Complementary Color

#6735fd #cbfd35

#6735fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6735fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6735fd Color CSS Codes

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

#6735fd Text Font Color

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

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


#6735fd Background Color

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

This div background color is #6735fd


#6735fd Border Color

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

This div border color is #6735fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6735fd


Comments

No comments written yet.

Please login to write comment.