Color Hex Logo

#c567cd Color Hex

#C567CD
(197,103,205)
0 Favorites   0 Comments

Color spaces of #c567cd

RGB 197103205
HSL0.820.500.60
HSV295°50°80°
CMYK 0.040.500.00   0.20
XYZ38.895725.978660.7220
Yxy25.97860.30970.2068
Hunter Lab50.969247.0211-34.9565
CIE-Lab58.016752.1764-37.0085

#c567cd color RGB value is (197,103,205).

#c567cd hex color red value is 197, green value is 103 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c567cd hue: 0.82 , saturation: 0.50 and the lightness value of c567cd is 0.60.

The process color (four color CMYK) of #c567cd color hex is 0.04, 0.50, 0.00, 0.20. Web safe color of #c567cd is #cc66cc. Color #c567cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 11001101
Octal 305 147 315
Decimal 197 103 205
Hex C5 67 CD

RGB Percentages of Color #c567cd

%39.01
%20.40
%40.59

CMYK Percentages of Color #c567cd

%4
%50
%0
%20

Triadic Colors of #c567cd

#c567cd #cdc567 #67cdc5

Analogous Colors of #c567cd

#c567cd #cd67a2 #9267cd

Monochromatic Colors of #c567cd

#c567cd

Complementary Color

#c567cd #6fcd67

#c567cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c567cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c567cd Color CSS Codes

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

#c567cd Text Font Color

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

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


#c567cd Background Color

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

This div background color is #c567cd


#c567cd Border Color

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

This div border color is #c567cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c567cd


Comments

No comments written yet.

Please login to write comment.