Color Hex Logo

#c648ce Color Hex

#C648CE
(198,72,206)
0 Favorites   0 Comments

Color spaces of #c648ce

RGB 19872206
HSL0.820.580.55
HSV296°65°81°
CMYK 0.040.650.00   0.19
XYZ36.746621.096760.5278
Yxy21.09670.31040.1782
Hunter Lab45.931162.4270-45.9802
CIE-Lab53.055266.5957-45.3872

#c648ce color RGB value is (198,72,206).

#c648ce hex color red value is 198, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c648ce hue: 0.82 , saturation: 0.58 and the lightness value of c648ce is 0.55.

The process color (four color CMYK) of #c648ce color hex is 0.04, 0.65, 0.00, 0.19. Web safe color of #c648ce is #cc33cc. Color #c648ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001000 11001110
Octal 306 110 316
Decimal 198 72 206
Hex C6 48 CE

RGB Percentages of Color #c648ce

%41.60
%15.13
%43.28

CMYK Percentages of Color #c648ce

%4
%65
%0
%19

Triadic Colors of #c648ce

#c648ce #cec648 #48cec6

Analogous Colors of #c648ce

#c648ce #ce4893 #8348ce

Monochromatic Colors of #c648ce

#c648ce

Complementary Color

#c648ce #50ce48

#c648ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c648ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c648ce Color CSS Codes

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

#c648ce Text Font Color

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

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


#c648ce Background Color

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

This div background color is #c648ce


#c648ce Border Color

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

This div border color is #c648ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c648ce


Comments

No comments written yet.

Please login to write comment.