Color Hex Logo

#c52fba Color Hex

#C52FBA
(197,47,186)
0 Favorites   0 Comments

Color spaces of #c52fba

RGB 19747186
HSL0.850.610.48
HSV304°76°77°
CMYK 0.000.760.06   0.23
XYZ32.905417.448548.0880
Yxy17.44850.33430.1772
Hunter Lab41.771467.5133-39.0157
CIE-Lab48.820271.6879-40.5488

#c52fba color RGB value is (197,47,186).

#c52fba hex color red value is 197, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c52fba hue: 0.85 , saturation: 0.61 and the lightness value of c52fba is 0.48.

The process color (four color CMYK) of #c52fba color hex is 0.00, 0.76, 0.06, 0.23. Web safe color of #c52fba is #cc33cc. Color #c52fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101111 10111010
Octal 305 57 272
Decimal 197 47 186
Hex C5 2F BA

RGB Percentages of Color #c52fba

%45.81
%10.93
%43.26

CMYK Percentages of Color #c52fba

%0
%76
%6
%23

Triadic Colors of #c52fba

#c52fba #bac52f #2fbac5

Analogous Colors of #c52fba

#c52fba #c52f6f #852fc5

Monochromatic Colors of #c52fba

#c52fba

Complementary Color

#c52fba #2fc53a

#c52fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52fba Color CSS Codes

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

#c52fba Text Font Color

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

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


#c52fba Background Color

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

This div background color is #c52fba


#c52fba Border Color

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

This div border color is #c52fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52fba


Comments

No comments written yet.

Please login to write comment.