Color Hex Logo

#633dfd Color Hex

#633DFD
(99,61,253)
0 Favorites   0 Comments

Color spaces of #633dfd

RGB 9961253
HSL0.700.980.62
HSV252°76°99°
CMYK 0.610.760.00   0.01
XYZ24.544013.082094.1600
Yxy13.08200.18620.0993
Hunter Lab36.169057.8327-129.0332
CIE-Lab42.886564.5782-89.0170

#633dfd color RGB value is (99,61,253).

#633dfd hex color red value is 99, green value is 61 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #633dfd hue: 0.70 , saturation: 0.98 and the lightness value of 633dfd is 0.62.

The process color (four color CMYK) of #633dfd color hex is 0.61, 0.76, 0.00, 0.01. Web safe color of #633dfd is #6633ff. Color #633dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111101 11111101
Octal 143 75 375
Decimal 99 61 253
Hex 63 3D FD

RGB Percentages of Color #633dfd

%23.97
%14.77
%61.26

CMYK Percentages of Color #633dfd

%61
%76
%0
%1

Triadic Colors of #633dfd

#633dfd #fd633d #3dfd63

Analogous Colors of #633dfd

#633dfd #c33dfd #3d77fd

Monochromatic Colors of #633dfd

#633dfd

Complementary Color

#633dfd #d7fd3d

#633dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#633dfd Color CSS Codes

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

#633dfd Text Font Color

<p style="color:#633dfd">Text here</p>

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


#633dfd Background Color

<div style="background-color:#633dfd">
Div content here</div>

This div background color is #633dfd


#633dfd Border Color

<div style="border:3px solid #633dfd">
Div here</div>

This div border color is #633dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,61,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #633dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #633dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #633dfd;
  box-shadow:         1px 1px 3px 2px #633dfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.