Color Hex Logo

#c567bf Color Hex

#C567BF
(197,103,191)
0 Favorites   0 Comments

Color spaces of #c567bf

RGB 197103191
HSL0.840.450.59
HSV304°48°77°
CMYK 0.000.480.03   0.23
XYZ37.280225.332452.2150
Yxy25.33240.32470.2206
Hunter Lab50.331344.1345-26.2771
CIE-Lab57.397949.6317-29.9979

#c567bf color RGB value is (197,103,191).

#c567bf hex color red value is 197, green value is 103 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c567bf hue: 0.84 , saturation: 0.45 and the lightness value of c567bf is 0.59.

The process color (four color CMYK) of #c567bf color hex is 0.00, 0.48, 0.03, 0.23. Web safe color of #c567bf is #cc66cc. Color #c567bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 10111111
Octal 305 147 277
Decimal 197 103 191
Hex C5 67 BF

RGB Percentages of Color #c567bf

%40.12
%20.98
%38.90

CMYK Percentages of Color #c567bf

%0
%48
%3
%23

Triadic Colors of #c567bf

#c567bf #bfc567 #67bfc5

Analogous Colors of #c567bf

#c567bf #c56790 #9c67c5

Monochromatic Colors of #c567bf

#c567bf

Complementary Color

#c567bf #67c56d

#c567bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c567bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c567bf Color CSS Codes

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

#c567bf Text Font Color

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

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


#c567bf Background Color

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

This div background color is #c567bf


#c567bf Border Color

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

This div border color is #c567bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c567bf


Comments

No comments written yet.

Please login to write comment.