Color Hex Logo

#5938cf Color Hex

#5938CF
(89,56,207)
0 Favorites   0 Comments

Color spaces of #5938cf

RGB 8956207
HSL0.700.610.52
HSV253°73°81°
CMYK 0.570.730.00   0.19
XYZ16.79659.457259.9716
Yxy9.45720.19480.1097
Hunter Lab30.752643.6765-94.0966
CIE-Lab36.850152.7824-72.8218

#5938cf color RGB value is (89,56,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 11001111
Octal 131 70 317
Decimal 89 56 207
Hex 59 38 CF

RGB Percentages of Color #5938cf

%25.28
%15.91
%58.81

CMYK Percentages of Color #5938cf

%57
%73
%0
%19

Triadic Colors of #5938cf

#5938cf #cf5938 #38cf59

Analogous Colors of #5938cf

#5938cf #a538cf #3863cf

Monochromatic Colors of #5938cf

#5938cf

Complementary Color

#5938cf #aecf38

#5938cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5938cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5938cf Color CSS Codes

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

#5938cf Text Font Color

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

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


#5938cf Background Color

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

This div background color is #5938cf


#5938cf Border Color

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

This div border color is #5938cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #5938cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5938cf


Comments

No comments written yet.

Please login to write comment.