Color Hex Logo

#c653bb Color Hex

#C653BB
(198,83,187)
0 Favorites   0 Comments

Color spaces of #c653bb

RGB 19883187
HSL0.850.500.55
HSV306°58°78°
CMYK 0.000.580.06   0.22
XYZ35.351621.780149.3545
Yxy21.78010.33200.2045
Hunter Lab46.669253.5416-30.0331
CIE-Lab53.792958.7469-33.3008

#c653bb color RGB value is (198,83,187).

#c653bb hex color red value is 198, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c653bb hue: 0.85 , saturation: 0.50 and the lightness value of c653bb is 0.55.

The process color (four color CMYK) of #c653bb color hex is 0.00, 0.58, 0.06, 0.22. Web safe color of #c653bb is #cc66cc. Color #c653bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010011 10111011
Octal 306 123 273
Decimal 198 83 187
Hex C6 53 BB

RGB Percentages of Color #c653bb

%42.31
%17.74
%39.96

CMYK Percentages of Color #c653bb

%0
%58
%6
%22

Triadic Colors of #c653bb

#c653bb #bbc653 #53bbc6

Analogous Colors of #c653bb

#c653bb #c65382 #9853c6

Monochromatic Colors of #c653bb

#c653bb

Complementary Color

#c653bb #53c65e

#c653bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c653bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c653bb Color CSS Codes

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

#c653bb Text Font Color

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

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


#c653bb Background Color

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

This div background color is #c653bb


#c653bb Border Color

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

This div border color is #c653bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c653bb


Comments

No comments written yet.

Please login to write comment.