Color Hex Logo

#6535cf Color Hex

#6535CF
(101,53,207)
0 Favorites   0 Comments

Color spaces of #6535cf

RGB 10153207
HSL0.720.620.51
HSV259°74°81°
CMYK 0.510.740.00   0.19
XYZ17.90249.817959.9830
Yxy9.81790.20410.1119
Hunter Lab31.333547.1522-91.5677
CIE-Lab37.513655.9499-71.6882

#6535cf color RGB value is (101,53,207).

#6535cf hex color red value is 101, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6535cf hue: 0.72 , saturation: 0.62 and the lightness value of 6535cf is 0.51.

The process color (four color CMYK) of #6535cf color hex is 0.51, 0.74, 0.00, 0.19. Web safe color of #6535cf is #6633cc. Color #6535cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110101 11001111
Octal 145 65 317
Decimal 101 53 207
Hex 65 35 CF

RGB Percentages of Color #6535cf

%27.98
%14.68
%57.34

CMYK Percentages of Color #6535cf

%51
%74
%0
%19

Triadic Colors of #6535cf

#6535cf #cf6535 #35cf65

Analogous Colors of #6535cf

#6535cf #b235cf #3552cf

Monochromatic Colors of #6535cf

#6535cf

Complementary Color

#6535cf #9fcf35

#6535cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6535cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6535cf Color CSS Codes

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

#6535cf Text Font Color

<p style="color:#6535cf">Text here</p>

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


#6535cf Background Color

<div style="background-color:#6535cf">
Div content here</div>

This div background color is #6535cf


#6535cf Border Color

<div style="border:3px solid #6535cf">
Div here</div>

This div border color is #6535cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,53,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6535cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6535cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6535cf;
  box-shadow:         1px 1px 3px 2px #6535cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6535cf


Comments

No comments written yet.

Please login to write comment.