Color Hex Logo

#6436cd Color Hex

#6436CD
(100,54,205)
0 Favorites   0 Comments

Color spaces of #6436cd

RGB 10054205
HSL0.720.600.51
HSV258°74°80°
CMYK 0.510.740.00   0.20
XYZ17.59419.755458.7133
Yxy9.75540.20440.1134
Hunter Lab31.233645.8913-89.5904
CIE-Lab37.399854.7856-70.7193

#6436cd color RGB value is (100,54,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110110 11001101
Octal 144 66 315
Decimal 100 54 205
Hex 64 36 CD

RGB Percentages of Color #6436cd

%27.86
%15.04
%57.10

CMYK Percentages of Color #6436cd

%51
%74
%0
%20

Triadic Colors of #6436cd

#6436cd #cd6436 #36cd64

Analogous Colors of #6436cd

#6436cd #b036cd #3654cd

Monochromatic Colors of #6436cd

#6436cd

Complementary Color

#6436cd #9fcd36

#6436cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6436cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6436cd Color CSS Codes

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

#6436cd Text Font Color

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

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


#6436cd Background Color

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

This div background color is #6436cd


#6436cd Border Color

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

This div border color is #6436cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,54,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 #6436cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6436cd


Comments

No comments written yet.

Please login to write comment.