Color Hex Logo

#5f63dc Color Hex

#5F63DC
(95,99,220)
0 Favorites   0 Comments

Color spaces of #5f63dc

RGB 9599220
HSL0.660.640.62
HSV238°57°86°
CMYK 0.570.550.00   0.14
XYZ22.099416.523969.7348
Yxy16.52390.20390.1525
Hunter Lab40.649625.9058-73.2579
CIE-Lab47.654533.0841-62.6467

#5f63dc color RGB value is (95,99,220).

#5f63dc hex color red value is 95, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5f63dc hue: 0.66 , saturation: 0.64 and the lightness value of 5f63dc is 0.62.

The process color (four color CMYK) of #5f63dc color hex is 0.57, 0.55, 0.00, 0.14. Web safe color of #5f63dc is #6666cc. Color #5f63dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100011 11011100
Octal 137 143 334
Decimal 95 99 220
Hex 5F 63 DC

RGB Percentages of Color #5f63dc

%22.95
%23.91
%53.14

CMYK Percentages of Color #5f63dc

%57
%55
%0
%14

Triadic Colors of #5f63dc

#5f63dc #dc5f63 #63dc5f

Analogous Colors of #5f63dc

#5f63dc #9a5fdc #5fa2dc

Monochromatic Colors of #5f63dc

#5f63dc

Complementary Color

#5f63dc #dcd85f

#5f63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f63dc Color CSS Codes

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

#5f63dc Text Font Color

<p style="color:#5f63dc">Text here</p>

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


#5f63dc Background Color

<div style="background-color:#5f63dc">
Div content here</div>

This div background color is #5f63dc


#5f63dc Border Color

<div style="border:3px solid #5f63dc">
Div here</div>

This div border color is #5f63dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f63dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f63dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5f63dc;
  box-shadow:         1px 1px 3px 2px #5f63dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f63dc


Comments

No comments written yet.

Please login to write comment.