Color Hex Logo

#c628af Color Hex

#C628AF
(198,40,175)
0 Favorites   0 Comments

Color spaces of #c628af

RGB 19840175
HSL0.860.660.47
HSV309°80°78°
CMYK 0.000.800.12   0.22
XYZ31.785416.618542.0899
Yxy16.61850.35120.1836
Hunter Lab40.765867.8377-32.6797
CIE-Lab47.775772.1609-35.7340

#c628af color RGB value is (198,40,175).

#c628af hex color red value is 198, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c628af hue: 0.86 , saturation: 0.66 and the lightness value of c628af is 0.47.

The process color (four color CMYK) of #c628af color hex is 0.00, 0.80, 0.12, 0.22. Web safe color of #c628af is #cc3399. Color #c628af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101000 10101111
Octal 306 50 257
Decimal 198 40 175
Hex C6 28 AF

RGB Percentages of Color #c628af

%47.94
%9.69
%42.37

CMYK Percentages of Color #c628af

%0
%80
%12
%22

Triadic Colors of #c628af

#c628af #afc628 #28afc6

Analogous Colors of #c628af

#c628af #c62860 #8e28c6

Monochromatic Colors of #c628af

#c628af

Complementary Color

#c628af #28c63f

#c628af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c628af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c628af Color CSS Codes

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

#c628af Text Font Color

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

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


#c628af Background Color

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

This div background color is #c628af


#c628af Border Color

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

This div border color is #c628af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c628af


Comments

No comments written yet.

Please login to write comment.