Color Hex Logo

#632dd1 Color Hex

#632DD1
(99,45,209)
0 Favorites   0 Comments

Color spaces of #632dd1

RGB 9945209
HSL0.720.650.50
HSV260°78°82°
CMYK 0.530.780.00   0.18
XYZ17.59269.132961.1572
Yxy9.13290.20020.1039
Hunter Lab30.220751.0254-98.8299
CIE-Lab36.238959.7813-74.9488

#632dd1 color RGB value is (99,45,209).

#632dd1 hex color red value is 99, green value is 45 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #632dd1 hue: 0.72 , saturation: 0.65 and the lightness value of 632dd1 is 0.50.

The process color (four color CMYK) of #632dd1 color hex is 0.53, 0.78, 0.00, 0.18. Web safe color of #632dd1 is #6633cc. Color #632dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101101 11010001
Octal 143 55 321
Decimal 99 45 209
Hex 63 2D D1

RGB Percentages of Color #632dd1

%28.05
%12.75
%59.21

CMYK Percentages of Color #632dd1

%53
%78
%0
%18

Triadic Colors of #632dd1

#632dd1 #d1632d #2dd163

Analogous Colors of #632dd1

#632dd1 #b52dd1 #2d49d1

Monochromatic Colors of #632dd1

#632dd1

Complementary Color

#632dd1 #9bd12d

#632dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#632dd1 Color CSS Codes

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

#632dd1 Text Font Color

<p style="color:#632dd1">Text here</p>

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


#632dd1 Background Color

<div style="background-color:#632dd1">
Div content here</div>

This div background color is #632dd1


#632dd1 Border Color

<div style="border:3px solid #632dd1">
Div here</div>

This div border color is #632dd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,45,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #632dd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #632dd1;
  -webkit-box-shadow: 1px 1px 3px 2px #632dd1;
  box-shadow:         1px 1px 3px 2px #632dd1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,45,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632dd1


Comments

No comments written yet.

Please login to write comment.