Color Hex Logo

#c672ba Color Hex

#C672BA
(198,114,186)
0 Favorites   0 Comments

Color spaces of #c672ba

RGB 198114186
HSL0.860.420.61
HSV309°42°78°
CMYK 0.000.420.06   0.22
XYZ38.168927.585649.7672
Yxy27.58560.33040.2388
Hunter Lab52.522037.8064-19.4148
CIE-Lab59.512543.4025-23.8665

#c672ba color RGB value is (198,114,186).

#c672ba hex color red value is 198, green value is 114 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c672ba hue: 0.86 , saturation: 0.42 and the lightness value of c672ba is 0.61.

The process color (four color CMYK) of #c672ba color hex is 0.00, 0.42, 0.06, 0.22. Web safe color of #c672ba is #cc66cc. Color #c672ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 10111010
Octal 306 162 272
Decimal 198 114 186
Hex C6 72 BA

RGB Percentages of Color #c672ba

%39.76
%22.89
%37.35

CMYK Percentages of Color #c672ba

%0
%42
%6
%22

Triadic Colors of #c672ba

#c672ba #bac672 #72bac6

Analogous Colors of #c672ba

#c672ba #c67290 #a872c6

Monochromatic Colors of #c672ba

#c672ba

Complementary Color

#c672ba #72c67e

#c672ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c672ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c672ba Color CSS Codes

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

#c672ba Text Font Color

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

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


#c672ba Background Color

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

This div background color is #c672ba


#c672ba Border Color

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

This div border color is #c672ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c672ba


Comments

No comments written yet.

Please login to write comment.