Color Hex Logo

#6635cf Color Hex

#6635CF
(102,53,207)
0 Favorites   0 Comments

Color spaces of #6635cf

RGB 10253207
HSL0.720.620.51
HSV259°74°81°
CMYK 0.510.740.00   0.19
XYZ18.01519.876059.9882
Yxy9.87600.20500.1124
Hunter Lab31.426147.3299-91.1784
CIE-Lab37.619056.0959-71.5113

#6635cf color RGB value is (102,53,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 11001111
Octal 146 65 317
Decimal 102 53 207
Hex 66 35 CF

RGB Percentages of Color #6635cf

%28.18
%14.64
%57.18

CMYK Percentages of Color #6635cf

%51
%74
%0
%19

Triadic Colors of #6635cf

#6635cf #cf6635 #35cf66

Analogous Colors of #6635cf

#6635cf #b335cf #3551cf

Monochromatic Colors of #6635cf

#6635cf

Complementary Color

#6635cf #9ecf35

#6635cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6635cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6635cf Color CSS Codes

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

#6635cf Text Font Color

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

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


#6635cf Background Color

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

This div background color is #6635cf


#6635cf Border Color

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

This div border color is #6635cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6635cf


Comments

No comments written yet.

Please login to write comment.