Color Hex Logo

#c547cb Color Hex

#C547CB
(197,71,203)
0 Favorites   0 Comments

Color spaces of #c547cb

RGB 19771203
HSL0.830.560.54
HSV297°65°80°
CMYK 0.030.650.00   0.20
XYZ36.058720.688658.5927
Yxy20.68860.31260.1794
Hunter Lab45.484761.9103-44.5371
CIE-Lab52.607066.2402-44.3885

#c547cb color RGB value is (197,71,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 11001011
Octal 305 107 313
Decimal 197 71 203
Hex C5 47 CB

RGB Percentages of Color #c547cb

%41.83
%15.07
%43.10

CMYK Percentages of Color #c547cb

%3
%65
%0
%20

Triadic Colors of #c547cb

#c547cb #cbc547 #47cbc5

Analogous Colors of #c547cb

#c547cb #cb478f #8347cb

Monochromatic Colors of #c547cb

#c547cb

Complementary Color

#c547cb #4dcb47

#c547cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c547cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c547cb Color CSS Codes

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

#c547cb Text Font Color

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

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


#c547cb Background Color

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

This div background color is #c547cb


#c547cb Border Color

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

This div border color is #c547cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c547cb


Comments

No comments written yet.

Please login to write comment.