Color Hex Logo

#512fcc Color Hex

#512FCC
(81,47,204)
0 Favorites   0 Comments

Color spaces of #512fcc

RGB 8147204
HSL0.700.630.49
HSV253°77°80°
CMYK 0.600.770.00   0.20
XYZ15.30898.142057.8914
Yxy8.14200.18820.1001
Hunter Lab28.534245.8323-100.3162
CIE-Lab34.276955.3329-75.3405

#512fcc color RGB value is (81,47,204).

#512fcc hex color red value is 81, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #512fcc hue: 0.70 , saturation: 0.63 and the lightness value of 512fcc is 0.49.

The process color (four color CMYK) of #512fcc color hex is 0.60, 0.77, 0.00, 0.20. Web safe color of #512fcc is #6633cc. Color #512fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 11001100
Octal 121 57 314
Decimal 81 47 204
Hex 51 2F CC

RGB Percentages of Color #512fcc

%24.40
%14.16
%61.45

CMYK Percentages of Color #512fcc

%60
%77
%0
%20

Triadic Colors of #512fcc

#512fcc #cc512f #2fcc51

Analogous Colors of #512fcc

#512fcc #a02fcc #2f5bcc

Monochromatic Colors of #512fcc

#512fcc

Complementary Color

#512fcc #aacc2f

#512fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512fcc Color CSS Codes

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

#512fcc Text Font Color

<p style="color:#512fcc">Text here</p>

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


#512fcc Background Color

<div style="background-color:#512fcc">
Div content here</div>

This div background color is #512fcc


#512fcc Border Color

<div style="border:3px solid #512fcc">
Div here</div>

This div border color is #512fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,47,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #512fcc;
  box-shadow:         1px 1px 3px 2px #512fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,47,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512fcc


Comments

No comments written yet.

Please login to write comment.