Color Hex Logo

#c628cf Color Hex

#C628CF
(198,40,207)
0 Favorites   0 Comments

Color spaces of #c628cf

RGB 19840207
HSL0.820.680.48
HSV297°81°81°
CMYK 0.040.810.00   0.19
XYZ35.310018.028360.6503
Yxy18.02830.30980.1582
Hunter Lab42.459774.1380-54.9691
CIE-Lab49.530476.9786-51.5753

#c628cf color RGB value is (198,40,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101000 11001111
Octal 306 50 317
Decimal 198 40 207
Hex C6 28 CF

RGB Percentages of Color #c628cf

%44.49
%8.99
%46.52

CMYK Percentages of Color #c628cf

%4
%81
%0
%19

Triadic Colors of #c628cf

#c628cf #cfc628 #28cfc6

Analogous Colors of #c628cf

#c628cf #cf2885 #7328cf

Monochromatic Colors of #c628cf

#c628cf

Complementary Color

#c628cf #31cf28

#c628cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c628cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c628cf Color CSS Codes

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

#c628cf Text Font Color

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

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


#c628cf Background Color

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

This div background color is #c628cf


#c628cf Border Color

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

This div border color is #c628cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c628cf


Comments

No comments written yet.

Please login to write comment.