Color Hex Logo

#c523ec Color Hex

#C523EC
(197,35,236)
0 Favorites   0 Comments

Color spaces of #c523ec

RGB 19735236
HSL0.800.840.53
HSV288°85°93°
CMYK 0.170.850.00   0.07
XYZ38.767319.128581.0058
Yxy19.12850.27910.1377
Hunter Lab43.736181.6825-79.1985
CIE-Lab50.837282.7137-65.9873

#c523ec color RGB value is (197,35,236).

#c523ec hex color red value is 197, green value is 35 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c523ec hue: 0.80 , saturation: 0.84 and the lightness value of c523ec is 0.53.

The process color (four color CMYK) of #c523ec color hex is 0.17, 0.85, 0.00, 0.07. Web safe color of #c523ec is #cc33ff. Color #c523ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100011 11101100
Octal 305 43 354
Decimal 197 35 236
Hex C5 23 EC

RGB Percentages of Color #c523ec

%42.09
%7.48
%50.43

CMYK Percentages of Color #c523ec

%17
%85
%0
%7

Triadic Colors of #c523ec

#c523ec #ecc523 #23ecc5

Analogous Colors of #c523ec

#c523ec #ec23af #6123ec

Monochromatic Colors of #c523ec

#c523ec

Complementary Color

#c523ec #4aec23

#c523ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c523ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c523ec Color CSS Codes

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

#c523ec Text Font Color

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

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


#c523ec Background Color

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

This div background color is #c523ec


#c523ec Border Color

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

This div border color is #c523ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c523ec


Comments

No comments written yet.

Please login to write comment.