Color Hex Logo

#c568bb Color Hex

#C568BB
(197,104,187)
0 Favorites   0 Comments

Color spaces of #c568bb

RGB 197104187
HSL0.850.440.59
HSV306°47°77°
CMYK 0.000.470.05   0.23
XYZ36.945925.358849.9612
Yxy25.35880.32910.2259
Hunter Lab50.357542.8348-23.5731
CIE-Lab57.423448.4246-27.6683

#c568bb color RGB value is (197,104,187).

#c568bb hex color red value is 197, green value is 104 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c568bb hue: 0.85 , saturation: 0.44 and the lightness value of c568bb is 0.59.

The process color (four color CMYK) of #c568bb color hex is 0.00, 0.47, 0.05, 0.23. Web safe color of #c568bb is #cc66cc. Color #c568bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 10111011
Octal 305 150 273
Decimal 197 104 187
Hex C5 68 BB

RGB Percentages of Color #c568bb

%40.37
%21.31
%38.32

CMYK Percentages of Color #c568bb

%0
%47
%5
%23

Triadic Colors of #c568bb

#c568bb #bbc568 #68bbc5

Analogous Colors of #c568bb

#c568bb #c5688d #a168c5

Monochromatic Colors of #c568bb

#c568bb

Complementary Color

#c568bb #68c572

#c568bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568bb Color CSS Codes

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

#c568bb Text Font Color

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

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


#c568bb Background Color

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

This div background color is #c568bb


#c568bb Border Color

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

This div border color is #c568bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568bb


Comments

No comments written yet.

Please login to write comment.