Color Hex Logo

#6635cd Color Hex

#6635CD
(102,53,205)
0 Favorites   0 Comments

Color spaces of #6635cd

RGB 10253205
HSL0.720.600.51
HSV259°74°80°
CMYK 0.500.740.00   0.20
XYZ17.77209.778858.7084
Yxy9.77880.20600.1134
Hunter Lab31.271146.7209-89.4215
CIE-Lab37.442555.5589-70.6412

#6635cd color RGB value is (102,53,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 11001101
Octal 146 65 315
Decimal 102 53 205
Hex 66 35 CD

RGB Percentages of Color #6635cd

%28.33
%14.72
%56.94

CMYK Percentages of Color #6635cd

%50
%74
%0
%20

Triadic Colors of #6635cd

#6635cd #cd6635 #35cd66

Analogous Colors of #6635cd

#6635cd #b235cd #3550cd

Monochromatic Colors of #6635cd

#6635cd

Complementary Color

#6635cd #9ccd35

#6635cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6635cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6635cd Color CSS Codes

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

#6635cd Text Font Color

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

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


#6635cd Background Color

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

This div background color is #6635cd


#6635cd Border Color

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

This div border color is #6635cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6635cd


Comments

No comments written yet.

Please login to write comment.