Color Hex Logo

#5765cd Color Hex

#5765CD
(87,101,205)
0 Favorites   0 Comments

Color spaces of #5765cd

RGB 87101205
HSL0.650.540.57
HSV233°58°80°
CMYK 0.580.510.00   0.20
XYZ19.603615.741459.7628
Yxy15.74140.20610.1655
Hunter Lab39.675418.7647-61.5353
CIE-Lab46.633425.4458-55.7636

#5765cd color RGB value is (87,101,205).

#5765cd hex color red value is 87, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5765cd hue: 0.65 , saturation: 0.54 and the lightness value of 5765cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 11001101
Octal 127 145 315
Decimal 87 101 205
Hex 57 65 CD

RGB Percentages of Color #5765cd

%22.14
%25.70
%52.16

CMYK Percentages of Color #5765cd

%58
%51
%0
%20

Triadic Colors of #5765cd

#5765cd #cd5765 #65cd57

Analogous Colors of #5765cd

#5765cd #8457cd #57a0cd

Monochromatic Colors of #5765cd

#5765cd

Complementary Color

#5765cd #cdbf57

#5765cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5765cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5765cd Color CSS Codes

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

#5765cd Text Font Color

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

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


#5765cd Background Color

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

This div background color is #5765cd


#5765cd Border Color

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

This div border color is #5765cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,101,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 #5765cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5765cd


Comments

No comments written yet.

Please login to write comment.