Color Hex Logo

#512bcc Color Hex

#512BCC
(81,43,204)
0 Favorites   0 Comments

Color spaces of #512bcc

RGB 8143204
HSL0.710.650.48
HSV254°79°80°
CMYK 0.600.790.00   0.20
XYZ15.15637.836757.8406
Yxy7.83670.18750.0969
Hunter Lab27.994147.6521-102.9074
CIE-Lab33.640557.1692-76.3903

#512bcc color RGB value is (81,43,204).

#512bcc hex color red value is 81, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #512bcc hue: 0.71 , saturation: 0.65 and the lightness value of 512bcc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 11001100
Octal 121 53 314
Decimal 81 43 204
Hex 51 2B CC

RGB Percentages of Color #512bcc

%24.70
%13.11
%62.20

CMYK Percentages of Color #512bcc

%60
%79
%0
%20

Triadic Colors of #512bcc

#512bcc #cc512b #2bcc51

Analogous Colors of #512bcc

#512bcc #a22bcc #2b55cc

Monochromatic Colors of #512bcc

#512bcc

Complementary Color

#512bcc #a6cc2b

#512bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#512bcc Color CSS Codes

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

#512bcc Text Font Color

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

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


#512bcc Background Color

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

This div background color is #512bcc


#512bcc Border Color

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

This div border color is #512bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512bcc


Comments

No comments written yet.

Please login to write comment.