Color Hex Logo

#c518cb Color Hex

#C518CB
(197,24,203)
0 Favorites   0 Comments

Color spaces of #c518cb

RGB 19724203
HSL0.830.790.45
HSV298°88°80°
CMYK 0.030.880.00   0.20
XYZ34.132116.835457.9505
Yxy16.83540.31340.1546
Hunter Lab41.031076.6832-55.0172
CIE-Lab48.052079.3091-51.6454

#c518cb color RGB value is (197,24,203).

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

The process color (four color CMYK) of #c518cb color hex is 0.03, 0.88, 0.00, 0.20. Web safe color of #c518cb is #cc00cc. Color #c518cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011000 11001011
Octal 305 30 313
Decimal 197 24 203
Hex C5 18 CB

RGB Percentages of Color #c518cb

%46.46
%5.66
%47.88

CMYK Percentages of Color #c518cb

%3
%88
%0
%20

Triadic Colors of #c518cb

#c518cb #cbc518 #18cbc5

Analogous Colors of #c518cb

#c518cb #cb1878 #6c18cb

Monochromatic Colors of #c518cb

#c518cb

Complementary Color

#c518cb #1ecb18

#c518cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c518cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c518cb Color CSS Codes

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

#c518cb Text Font Color

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

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


#c518cb Background Color

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

This div background color is #c518cb


#c518cb Border Color

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

This div border color is #c518cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c518cb


Comments

No comments written yet.

Please login to write comment.