Color Hex Logo

#c706be Color Hex

#C706BE
(199,6,190)
0 Favorites   0 Comments

Color spaces of #c706be

RGB 1996190
HSL0.840.940.40
HSV303°97°78°
CMYK 0.000.970.05   0.22
XYZ32.912615.990150.0669
Yxy15.99010.33260.1616
Hunter Lab39.987676.9396-46.2433
CIE-Lab46.961579.7254-45.8147

#c706be color RGB value is (199,6,190).

#c706be hex color red value is 199, green value is 6 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c706be hue: 0.84 , saturation: 0.94 and the lightness value of c706be is 0.40.

The process color (four color CMYK) of #c706be color hex is 0.00, 0.97, 0.05, 0.22. Web safe color of #c706be is #cc00cc. Color #c706be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000110 10111110
Octal 307 6 276
Decimal 199 6 190
Hex C7 6 BE

RGB Percentages of Color #c706be

%50.38
%1.52
%48.10

CMYK Percentages of Color #c706be

%0
%97
%5
%22

Triadic Colors of #c706be

#c706be #bec706 #06bec7

Analogous Colors of #c706be

#c706be #c7065d #7006c7

Monochromatic Colors of #c706be

#c706be

Complementary Color

#c706be #06c70f

#c706be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c706be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c706be Color CSS Codes

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

#c706be Text Font Color

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

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


#c706be Background Color

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

This div background color is #c706be


#c706be Border Color

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

This div border color is #c706be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,6,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c706be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c706be;
  -webkit-box-shadow: 1px 1px 3px 2px #c706be;
  box-shadow:         1px 1px 3px 2px #c706be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,6,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c706be


Comments

No comments written yet.

Please login to write comment.