Color Hex Logo

#532dcc Color Hex

#532DCC
(83,45,204)
0 Favorites   0 Comments

Color spaces of #532dcc

RGB 8345204
HSL0.710.640.49
HSV254°78°80°
CMYK 0.590.780.00   0.20
XYZ15.40478.075457.8735
Yxy8.07540.18940.0993
Hunter Lab28.417247.0328-100.8557
CIE-Lab34.139456.4917-75.5608

#532dcc color RGB value is (83,45,204).

#532dcc hex color red value is 83, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #532dcc hue: 0.71 , saturation: 0.64 and the lightness value of 532dcc is 0.49.

The process color (four color CMYK) of #532dcc color hex is 0.59, 0.78, 0.00, 0.20. Web safe color of #532dcc is #6633cc. Color #532dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101101 11001100
Octal 123 55 314
Decimal 83 45 204
Hex 53 2D CC

RGB Percentages of Color #532dcc

%25.00
%13.55
%61.45

CMYK Percentages of Color #532dcc

%59
%78
%0
%20

Triadic Colors of #532dcc

#532dcc #cc532d #2dcc53

Analogous Colors of #532dcc

#532dcc #a32dcc #2d56cc

Monochromatic Colors of #532dcc

#532dcc

Complementary Color

#532dcc #a6cc2d

#532dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#532dcc Color CSS Codes

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

#532dcc Text Font Color

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

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


#532dcc Background Color

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

This div background color is #532dcc


#532dcc Border Color

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

This div border color is #532dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,45,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 #532dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532dcc


Comments

No comments written yet.

Please login to write comment.