Color Hex Logo

#c651cf Color Hex

#C651CF
(198,81,207)
0 Favorites   0 Comments

Color spaces of #c651cf

RGB 19881207
HSL0.820.570.56
HSV296°61°81°
CMYK 0.040.610.00   0.19
XYZ37.493622.395661.3781
Yxy22.39560.30920.1847
Hunter Lab47.324058.6041-43.7709
CIE-Lab54.444363.0599-43.7588

#c651cf color RGB value is (198,81,207).

#c651cf hex color red value is 198, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c651cf hue: 0.82 , saturation: 0.57 and the lightness value of c651cf is 0.56.

The process color (four color CMYK) of #c651cf color hex is 0.04, 0.61, 0.00, 0.19. Web safe color of #c651cf is #cc66cc. Color #c651cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 11001111
Octal 306 121 317
Decimal 198 81 207
Hex C6 51 CF

RGB Percentages of Color #c651cf

%40.74
%16.67
%42.59

CMYK Percentages of Color #c651cf

%4
%61
%0
%19

Triadic Colors of #c651cf

#c651cf #cfc651 #51cfc6

Analogous Colors of #c651cf

#c651cf #cf5199 #8751cf

Monochromatic Colors of #c651cf

#c651cf

Complementary Color

#c651cf #5acf51

#c651cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c651cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c651cf Color CSS Codes

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

#c651cf Text Font Color

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

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


#c651cf Background Color

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

This div background color is #c651cf


#c651cf Border Color

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

This div border color is #c651cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c651cf


Comments

No comments written yet.

Please login to write comment.