Color Hex Logo

#512eca Color Hex

#512ECA
(81,46,202)
0 Favorites   0 Comments

Color spaces of #512eca

RGB 8146202
HSL0.700.630.49
HSV253°77°79°
CMYK 0.600.770.00   0.21
XYZ15.03107.967656.6228
Yxy7.96760.18880.1001
Hunter Lab28.226945.6551-99.1760
CIE-Lab33.915355.2352-74.7716

#512eca color RGB value is (81,46,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 11001010
Octal 121 56 312
Decimal 81 46 202
Hex 51 2E CA

RGB Percentages of Color #512eca

%24.62
%13.98
%61.40

CMYK Percentages of Color #512eca

%60
%77
%0
%21

Triadic Colors of #512eca

#512eca #ca512e #2eca51

Analogous Colors of #512eca

#512eca #9f2eca #2e59ca

Monochromatic Colors of #512eca

#512eca

Complementary Color

#512eca #a7ca2e

#512eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#512eca Color CSS Codes

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

#512eca Text Font Color

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

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


#512eca Background Color

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

This div background color is #512eca


#512eca Border Color

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

This div border color is #512eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512eca


Comments

No comments written yet.

Please login to write comment.