Color Hex Logo

#c53dce Color Hex

#C53DCE
(197,61,206)
0 Favorites   0 Comments

Color spaces of #c53dce

RGB 19761206
HSL0.820.600.52
HSV296°70°81°
CMYK 0.040.700.00   0.19
XYZ35.835319.664060.2993
Yxy19.66400.30950.1698
Hunter Lab44.344166.6470-49.5819
CIE-Lab51.455270.4559-47.9386

#c53dce color RGB value is (197,61,206).

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

The process color (four color CMYK) of #c53dce color hex is 0.04, 0.70, 0.00, 0.19. Web safe color of #c53dce is #cc33cc. Color #c53dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111101 11001110
Octal 305 75 316
Decimal 197 61 206
Hex C5 3D CE

RGB Percentages of Color #c53dce

%42.46
%13.15
%44.40

CMYK Percentages of Color #c53dce

%4
%70
%0
%19

Triadic Colors of #c53dce

#c53dce #cec53d #3dcec5

Analogous Colors of #c53dce

#c53dce #ce3d8f #7d3dce

Monochromatic Colors of #c53dce

#c53dce

Complementary Color

#c53dce #46ce3d

#c53dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53dce Color CSS Codes

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

#c53dce Text Font Color

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

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


#c53dce Background Color

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

This div background color is #c53dce


#c53dce Border Color

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

This div border color is #c53dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53dce


Comments

No comments written yet.

Please login to write comment.