Color Hex Logo

#5738cd Color Hex

#5738CD
(87,56,205)
0 Favorites   0 Comments

Color spaces of #5738cd

RGB 8756205
HSL0.700.600.51
HSV252°73°80°
CMYK 0.580.730.00   0.20
XYZ16.36419.262458.6829
Yxy9.26240.19410.1099
Hunter Lab30.434242.7175-93.0184
CIE-Lab36.484751.9286-72.2690

#5738cd color RGB value is (87,56,205).

#5738cd hex color red value is 87, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5738cd hue: 0.70 , saturation: 0.60 and the lightness value of 5738cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111000 11001101
Octal 127 70 315
Decimal 87 56 205
Hex 57 38 CD

RGB Percentages of Color #5738cd

%25.00
%16.09
%58.91

CMYK Percentages of Color #5738cd

%58
%73
%0
%20

Triadic Colors of #5738cd

#5738cd #cd5738 #38cd57

Analogous Colors of #5738cd

#5738cd #a238cd #3864cd

Monochromatic Colors of #5738cd

#5738cd

Complementary Color

#5738cd #aecd38

#5738cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5738cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5738cd Color CSS Codes

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

#5738cd Text Font Color

<p style="color:#5738cd">Text here</p>

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


#5738cd Background Color

<div style="background-color:#5738cd">
Div content here</div>

This div background color is #5738cd


#5738cd Border Color

<div style="border:3px solid #5738cd">
Div here</div>

This div border color is #5738cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,56,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5738cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5738cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5738cd;
  box-shadow:         1px 1px 3px 2px #5738cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5738cd


Comments

No comments written yet.

Please login to write comment.