Color Hex Logo

#c524bf Color Hex

#C524BF
(197,36,191)
0 Favorites   0 Comments

Color spaces of #c524bf

RGB 19736191
HSL0.840.690.46
HSV302°82°77°
CMYK 0.000.820.03   0.23
XYZ33.060816.893750.8085
Yxy16.89370.32810.1677
Hunter Lab41.101971.6500-44.5204
CIE-Lab48.125875.2330-44.5657

#c524bf color RGB value is (197,36,191).

#c524bf hex color red value is 197, green value is 36 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c524bf hue: 0.84 , saturation: 0.69 and the lightness value of c524bf is 0.46.

The process color (four color CMYK) of #c524bf color hex is 0.00, 0.82, 0.03, 0.23. Web safe color of #c524bf is #cc33cc. Color #c524bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100100 10111111
Octal 305 44 277
Decimal 197 36 191
Hex C5 24 BF

RGB Percentages of Color #c524bf

%46.46
%8.49
%45.05

CMYK Percentages of Color #c524bf

%0
%82
%3
%23

Triadic Colors of #c524bf

#c524bf #bfc524 #24bfc5

Analogous Colors of #c524bf

#c524bf #c5246f #7b24c5

Monochromatic Colors of #c524bf

#c524bf

Complementary Color

#c524bf #24c52a

#c524bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c524bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c524bf Color CSS Codes

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

#c524bf Text Font Color

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

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


#c524bf Background Color

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

This div background color is #c524bf


#c524bf Border Color

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

This div border color is #c524bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c524bf


Comments

No comments written yet.

Please login to write comment.