Color Hex Logo

#5638cf Color Hex

#5638CF
(86,56,207)
0 Favorites   0 Comments

Color spaces of #5638cf

RGB 8656207
HSL0.700.610.52
HSV252°73°81°
CMYK 0.580.730.00   0.19
XYZ16.51449.311859.9584
Yxy9.31180.19250.1085
Hunter Lab30.515243.1999-95.1363
CIE-Lab36.577852.3762-73.2792

#5638cf color RGB value is (86,56,207).

#5638cf hex color red value is 86, green value is 56 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5638cf hue: 0.70 , saturation: 0.61 and the lightness value of 5638cf is 0.52.

The process color (four color CMYK) of #5638cf color hex is 0.58, 0.73, 0.00, 0.19. Web safe color of #5638cf is #6633cc. Color #5638cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111000 11001111
Octal 126 70 317
Decimal 86 56 207
Hex 56 38 CF

RGB Percentages of Color #5638cf

%24.64
%16.05
%59.31

CMYK Percentages of Color #5638cf

%58
%73
%0
%19

Triadic Colors of #5638cf

#5638cf #cf5638 #38cf56

Analogous Colors of #5638cf

#5638cf #a238cf #3866cf

Monochromatic Colors of #5638cf

#5638cf

Complementary Color

#5638cf #b1cf38

#5638cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5638cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5638cf Color CSS Codes

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

#5638cf Text Font Color

<p style="color:#5638cf">Text here</p>

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


#5638cf Background Color

<div style="background-color:#5638cf">
Div content here</div>

This div background color is #5638cf


#5638cf Border Color

<div style="border:3px solid #5638cf">
Div here</div>

This div border color is #5638cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,56,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5638cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5638cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5638cf;
  box-shadow:         1px 1px 3px 2px #5638cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,56,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5638cf


Comments

No comments written yet.

Please login to write comment.