Color Hex Logo

#513dcf Color Hex

#513DCF
(81,61,207)
0 Favorites   0 Comments

Color spaces of #513dcf

RGB 8161207
HSL0.690.600.53
HSV248°71°81°
CMYK 0.610.710.00   0.19
XYZ16.32469.591860.0225
Yxy9.59180.19000.1116
Hunter Lab30.970639.8886-93.2273
CIE-Lab37.099649.0540-72.4379

#513dcf color RGB value is (81,61,207).

#513dcf hex color red value is 81, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #513dcf hue: 0.69 , saturation: 0.60 and the lightness value of 513dcf is 0.53.

The process color (four color CMYK) of #513dcf color hex is 0.61, 0.71, 0.00, 0.19. Web safe color of #513dcf is #6633cc. Color #513dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 11001111
Octal 121 75 317
Decimal 81 61 207
Hex 51 3D CF

RGB Percentages of Color #513dcf

%23.21
%17.48
%59.31

CMYK Percentages of Color #513dcf

%61
%71
%0
%19

Triadic Colors of #513dcf

#513dcf #cf513d #3dcf51

Analogous Colors of #513dcf

#513dcf #9a3dcf #3d72cf

Monochromatic Colors of #513dcf

#513dcf

Complementary Color

#513dcf #bbcf3d

#513dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#513dcf Color CSS Codes

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

#513dcf Text Font Color

<p style="color:#513dcf">Text here</p>

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


#513dcf Background Color

<div style="background-color:#513dcf">
Div content here</div>

This div background color is #513dcf


#513dcf Border Color

<div style="border:3px solid #513dcf">
Div here</div>

This div border color is #513dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,61,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #513dcf;
  box-shadow:         1px 1px 3px 2px #513dcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,61,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 #513dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513dcf


Comments

No comments written yet.

Please login to write comment.