Color Hex Logo

#c53acf Color Hex

#C53ACF
(197,58,207)
0 Favorites   0 Comments

Color spaces of #c53acf

RGB 19758207
HSL0.820.610.52
HSV296°72°81°
CMYK 0.050.720.00   0.19
XYZ35.801519.401460.8894
Yxy19.40140.30840.1671
Hunter Lab44.047068.0028-51.1280
CIE-Lab51.153671.6423-48.9927

#c53acf color RGB value is (197,58,207).

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

The process color (four color CMYK) of #c53acf color hex is 0.05, 0.72, 0.00, 0.19. Web safe color of #c53acf is #cc33cc. Color #c53acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 11001111
Octal 305 72 317
Decimal 197 58 207
Hex C5 3A CF

RGB Percentages of Color #c53acf

%42.64
%12.55
%44.81

CMYK Percentages of Color #c53acf

%5
%72
%0
%19

Triadic Colors of #c53acf

#c53acf #cfc53a #3acfc5

Analogous Colors of #c53acf

#c53acf #cf3a8f #7b3acf

Monochromatic Colors of #c53acf

#c53acf

Complementary Color

#c53acf #44cf3a

#c53acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53acf Color CSS Codes

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

#c53acf Text Font Color

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

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


#c53acf Background Color

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

This div background color is #c53acf


#c53acf Border Color

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

This div border color is #c53acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53acf


Comments

No comments written yet.

Please login to write comment.