Color Hex Logo

#523dce Color Hex

#523DCE
(82,61,206)
0 Favorites   0 Comments

Color spaces of #523dce

RGB 8261206
HSL0.690.600.52
HSV249°70°81°
CMYK 0.600.700.00   0.19
XYZ16.28909.587659.3846
Yxy9.58760.19100.1124
Hunter Lab30.963839.7159-92.0357
CIE-Lab37.091948.8853-71.8683

#523dce color RGB value is (82,61,206).

#523dce hex color red value is 82, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #523dce hue: 0.69 , saturation: 0.60 and the lightness value of 523dce is 0.52.

The process color (four color CMYK) of #523dce color hex is 0.60, 0.70, 0.00, 0.19. Web safe color of #523dce is #6633cc. Color #523dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 11001110
Octal 122 75 316
Decimal 82 61 206
Hex 52 3D CE

RGB Percentages of Color #523dce

%23.50
%17.48
%59.03

CMYK Percentages of Color #523dce

%60
%70
%0
%19

Triadic Colors of #523dce

#523dce #ce523d #3dce52

Analogous Colors of #523dce

#523dce #9b3dce #3d71ce

Monochromatic Colors of #523dce

#523dce

Complementary Color

#523dce #b9ce3d

#523dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#523dce Color CSS Codes

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

#523dce Text Font Color

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

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


#523dce Background Color

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

This div background color is #523dce


#523dce Border Color

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

This div border color is #523dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523dce


Comments

No comments written yet.

Please login to write comment.