Color Hex Logo

#530452 Color Hex

#530452
(83,4,82)
0 Favorites   0 Comments

Color spaces of #530452

RGB 83482
HSL0.840.910.17
HSV301°95°33°
CMYK 0.000.950.01   0.67
XYZ5.13372.53508.2014
Yxy2.53500.32350.1597
Hunter Lab15.921729.6916-19.3956
CIE-Lab18.076242.1224-25.7122

#530452 color RGB value is (83,4,82).

#530452 hex color red value is 83, green value is 4 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #530452 hue: 0.84 , saturation: 0.91 and the lightness value of 530452 is 0.17.

The process color (four color CMYK) of #530452 color hex is 0.00, 0.95, 0.01, 0.67. Web safe color of #530452 is #660066. Color #530452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 01010010
Octal 123 4 122
Decimal 83 4 82
Hex 53 4 52

RGB Percentages of Color #530452

%49.11
%2.37
%48.52

CMYK Percentages of Color #530452

%0
%95
%1
%67

Triadic Colors of #530452

#530452 #525304 #045253

Analogous Colors of #530452

#530452 #53042b #2d0453

Monochromatic Colors of #530452

#530452

Complementary Color

#530452 #045305

#530452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530452 Color CSS Codes

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

#530452 Text Font Color

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

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


#530452 Background Color

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

This div background color is #530452


#530452 Border Color

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

This div border color is #530452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,4,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530452;
  -webkit-box-shadow: 1px 1px 3px 2px #530452;
  box-shadow:         1px 1px 3px 2px #530452; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530452


Comments

No comments written yet.

Please login to write comment.