Color Hex Logo

#634bdf Color Hex

#634BDF
(99,75,223)
0 Favorites   0 Comments

Color spaces of #634bdf

RGB 9975223
HSL0.690.700.58
HSV250°66°87°
CMYK 0.560.660.00   0.13
XYZ20.980913.012571.2179
Yxy13.01250.19940.1237
Hunter Lab36.072840.6927-91.8041
CIE-Lab42.782148.8087-72.2609

#634bdf color RGB value is (99,75,223).

#634bdf hex color red value is 99, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #634bdf hue: 0.69 , saturation: 0.70 and the lightness value of 634bdf is 0.58.

The process color (four color CMYK) of #634bdf color hex is 0.56, 0.66, 0.00, 0.13. Web safe color of #634bdf is #6633cc. Color #634bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001011 11011111
Octal 143 113 337
Decimal 99 75 223
Hex 63 4B DF

RGB Percentages of Color #634bdf

%24.94
%18.89
%56.17

CMYK Percentages of Color #634bdf

%56
%66
%0
%13

Triadic Colors of #634bdf

#634bdf #df634b #4bdf63

Analogous Colors of #634bdf

#634bdf #ad4bdf #4b7ddf

Monochromatic Colors of #634bdf

#634bdf

Complementary Color

#634bdf #c7df4b

#634bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#634bdf Color CSS Codes

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

#634bdf Text Font Color

<p style="color:#634bdf">Text here</p>

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


#634bdf Background Color

<div style="background-color:#634bdf">
Div content here</div>

This div background color is #634bdf


#634bdf Border Color

<div style="border:3px solid #634bdf">
Div here</div>

This div border color is #634bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,75,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #634bdf;
  box-shadow:         1px 1px 3px 2px #634bdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634bdf


Comments

No comments written yet.

Please login to write comment.