Color Hex Logo

#c658c7 Color Hex

#C658C7
(198,88,199)
0 Favorites   0 Comments

Color spaces of #c658c7

RGB 19888199
HSL0.830.500.56
HSV299°56°78°
CMYK 0.010.560.00   0.22
XYZ37.087223.108756.5385
Yxy23.10870.31770.1980
Hunter Lab48.071553.5877-36.0829
CIE-Lab55.184158.5410-38.0214

#c658c7 color RGB value is (198,88,199).

#c658c7 hex color red value is 198, green value is 88 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c658c7 hue: 0.83 , saturation: 0.50 and the lightness value of c658c7 is 0.56.

The process color (four color CMYK) of #c658c7 color hex is 0.01, 0.56, 0.00, 0.22. Web safe color of #c658c7 is #cc66cc. Color #c658c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 11000111
Octal 306 130 307
Decimal 198 88 199
Hex C6 58 C7

RGB Percentages of Color #c658c7

%40.82
%18.14
%41.03

CMYK Percentages of Color #c658c7

%1
%56
%0
%22

Triadic Colors of #c658c7

#c658c7 #c7c658 #58c7c6

Analogous Colors of #c658c7

#c658c7 #c75891 #8f58c7

Monochromatic Colors of #c658c7

#c658c7

Complementary Color

#c658c7 #59c758

#c658c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c658c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c658c7 Color CSS Codes

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

#c658c7 Text Font Color

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

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


#c658c7 Background Color

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

This div background color is #c658c7


#c658c7 Border Color

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

This div border color is #c658c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,88,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c658c7


Comments

No comments written yet.

Please login to write comment.