Color Hex Logo

#c528b3 Color Hex

#C528B3
(197,40,179)
0 Favorites   0 Comments

Color spaces of #c528b3

RGB 19740179
HSL0.850.660.46
HSV307°80°77°
CMYK 0.000.800.09   0.23
XYZ31.921416.642644.1777
Yxy16.64260.34420.1795
Hunter Lab40.795368.2802-35.6490
CIE-Lab47.806572.5223-38.0510

#c528b3 color RGB value is (197,40,179).

#c528b3 hex color red value is 197, green value is 40 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #c528b3 hue: 0.85 , saturation: 0.66 and the lightness value of c528b3 is 0.46.

The process color (four color CMYK) of #c528b3 color hex is 0.00, 0.80, 0.09, 0.23. Web safe color of #c528b3 is #cc33cc. Color #c528b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101000 10110011
Octal 305 50 263
Decimal 197 40 179
Hex C5 28 B3

RGB Percentages of Color #c528b3

%47.36
%9.62
%43.03

CMYK Percentages of Color #c528b3

%0
%80
%9
%23

Triadic Colors of #c528b3

#c528b3 #b3c528 #28b3c5

Analogous Colors of #c528b3

#c528b3 #c52865 #8928c5

Monochromatic Colors of #c528b3

#c528b3

Complementary Color

#c528b3 #28c53a

#c528b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c528b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c528b3 Color CSS Codes

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

#c528b3 Text Font Color

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

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


#c528b3 Background Color

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

This div background color is #c528b3


#c528b3 Border Color

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

This div border color is #c528b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c528b3


Comments

No comments written yet.

Please login to write comment.