Color Hex Logo

#c523cb Color Hex

#C523CB
(197,35,203)
0 Favorites   0 Comments

Color spaces of #c523cb

RGB 19735203
HSL0.830.710.47
HSV298°83°80°
CMYK 0.030.830.00   0.20
XYZ34.406517.384258.0420
Yxy17.38420.31330.1583
Hunter Lab41.694474.3344-53.3505
CIE-Lab48.740577.2910-50.5435

#c523cb color RGB value is (197,35,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100011 11001011
Octal 305 43 313
Decimal 197 35 203
Hex C5 23 CB

RGB Percentages of Color #c523cb

%45.29
%8.05
%46.67

CMYK Percentages of Color #c523cb

%3
%83
%0
%20

Triadic Colors of #c523cb

#c523cb #cbc523 #23cbc5

Analogous Colors of #c523cb

#c523cb #cb237d #7123cb

Monochromatic Colors of #c523cb

#c523cb

Complementary Color

#c523cb #29cb23

#c523cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c523cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c523cb Color CSS Codes

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

#c523cb Text Font Color

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

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


#c523cb Background Color

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

This div background color is #c523cb


#c523cb Border Color

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

This div border color is #c523cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,35,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 #c523cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c523cb


Comments

No comments written yet.

Please login to write comment.