Color Hex Logo

#c525cb Color Hex

#C525CB
(197,37,203)
0 Favorites   0 Comments

Color spaces of #c525cb

RGB 19737203
HSL0.830.690.47
HSV298°82°80°
CMYK 0.030.820.00   0.20
XYZ34.467017.505258.0621
Yxy17.50520.31320.1591
Hunter Lab41.839273.8290-52.9919
CIE-Lab48.890476.8538-50.3039

#c525cb color RGB value is (197,37,203).

#c525cb hex color red value is 197, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c525cb hue: 0.83 , saturation: 0.69 and the lightness value of c525cb is 0.47.

The process color (four color CMYK) of #c525cb color hex is 0.03, 0.82, 0.00, 0.20. Web safe color of #c525cb is #cc33cc. Color #c525cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100101 11001011
Octal 305 45 313
Decimal 197 37 203
Hex C5 25 CB

RGB Percentages of Color #c525cb

%45.08
%8.47
%46.45

CMYK Percentages of Color #c525cb

%3
%82
%0
%20

Triadic Colors of #c525cb

#c525cb #cbc525 #25cbc5

Analogous Colors of #c525cb

#c525cb #cb257e #7225cb

Monochromatic Colors of #c525cb

#c525cb

Complementary Color

#c525cb #2bcb25

#c525cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c525cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c525cb Color CSS Codes

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

#c525cb Text Font Color

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

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


#c525cb Background Color

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

This div background color is #c525cb


#c525cb Border Color

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

This div border color is #c525cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c525cb


Comments

No comments written yet.

Please login to write comment.