Color Hex Logo

#c670bc Color Hex

#C670BC
(198,112,188)
0 Favorites   0 Comments

Color spaces of #c670bc

RGB 198112188
HSL0.850.430.61
HSV307°43°78°
CMYK 0.000.430.05   0.22
XYZ38.160027.224950.8206
Yxy27.22490.32840.2343
Hunter Lab52.177539.2354-21.2239
CIE-Lab59.181944.7987-25.5158

#c670bc color RGB value is (198,112,188).

#c670bc hex color red value is 198, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c670bc hue: 0.85 , saturation: 0.43 and the lightness value of c670bc is 0.61.

The process color (four color CMYK) of #c670bc color hex is 0.00, 0.43, 0.05, 0.22. Web safe color of #c670bc is #cc66cc. Color #c670bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 10111100
Octal 306 160 274
Decimal 198 112 188
Hex C6 70 BC

RGB Percentages of Color #c670bc

%39.76
%22.49
%37.75

CMYK Percentages of Color #c670bc

%0
%43
%5
%22

Triadic Colors of #c670bc

#c670bc #bcc670 #70bcc6

Analogous Colors of #c670bc

#c670bc #c67091 #a570c6

Monochromatic Colors of #c670bc

#c670bc

Complementary Color

#c670bc #70c67a

#c670bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670bc Color CSS Codes

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

#c670bc Text Font Color

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

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


#c670bc Background Color

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

This div background color is #c670bc


#c670bc Border Color

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

This div border color is #c670bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670bc


Comments

No comments written yet.

Please login to write comment.